diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-15 06:37:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-15 06:37:13 +0000 |
| commit | ada2eb8fe506d1e55cf49953e570f7270c4dd930 (patch) | |
| tree | bb1b3c2f942a0e663a5eadaff3755e768c1755ea | |
| parent | 5e27544d073856731363c1be9b132074e13259f6 (diff) | |
remove debug print
| -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 */ |
