From 4887db8e4409fa6e83c4ab2b1d5e5429a6956980 Mon Sep 17 00:00:00 2001 From: charles kerr Date: Tue, 29 Dec 2015 16:21:25 -0600 Subject: clean up tracer GLib.message() calls --- src/warn-notification.vala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/warn-notification.vala') diff --git a/src/warn-notification.vala b/src/warn-notification.vala index 4e66e02..9175bb6 100644 --- a/src/warn-notification.vala +++ b/src/warn-notification.vala @@ -51,7 +51,6 @@ public class IndicatorSound.WarnNotification: Notification _notification.add_action ("cancel", _("Cancel"), (n, a) => { user_responded(Response.CANCEL); }); - GLib.message("showing warning dialog"); show_notification(); return true; -- cgit v1.2.3