From: Dana Jansens Date: Mon, 15 Sep 2003 06:37:13 +0000 (+0000) Subject: remove debug print X-Git-Tag: openbox-3_0-rc1-RELEASE~218 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ada2eb8fe506d1e55cf49953e570f7270c4dd930;p=dana%2Fopenbox.git remove debug print --- diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 9b81d988..ebe6e6b3 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -143,7 +143,6 @@ static void sn_event_func(SnMonitorEvent *ev, gpointer data) switch (sn_monitor_event_get_type(ev)) { case SN_MONITOR_EVENT_INITIATED: - g_message("starting"); d = wait_data_new(seq); sn_waits = g_slist_prepend(sn_waits, d); /* 30 second timeout for apps to start */