diff options
| -rw-r--r-- | openbox/startupnotify.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |
