]> Dogcows Code - chaz/openbox/commitdiff
remove debug print
authorDana Jansens <danakj@orodu.net>
Tue, 15 Apr 2003 02:19:24 +0000 (02:19 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 15 Apr 2003 02:19:24 +0000 (02:19 +0000)
openbox/screen.c

index 4db99246a18b3db2f717ac441e9f65d07c656daa..ffb9894f0b14b5355c53e8201d9bf47ff8caa6c7 100644 (file)
@@ -384,7 +384,6 @@ void screen_update_desktop_names()
         for (i = 0; screen_desktop_names[i] && i <= screen_num_desktops; ++i);
     else
         i = 0;
-    g_message("I %d", i);
     if (i <= screen_num_desktops) {
         screen_desktop_names = g_renew(char*, screen_desktop_names,
                                        screen_num_desktops + 1);
This page took 0.022618 seconds and 4 git commands to generate.