]> Dogcows Code - chaz/openbox/commitdiff
remove debug print
authorDana Jansens <danakj@orodu.net>
Fri, 4 Apr 2003 20:22:44 +0000 (20:22 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 4 Apr 2003 20:22:44 +0000 (20:22 +0000)
plugins/keyboard/keyparse.c

index 95a60ba335c8e2de44ddd9d0783ef2481269b748..611686418c610b2d881e83bc6f57e93f51b1504f 100644 (file)
@@ -75,11 +75,9 @@ void keyparse(ParseToken *token)
         GList *strchain = NULL;
 
         /* build a list of just char*'s */
-        for (it = chain; it; it = it->next) {
+        for (it = chain; it; it = it->next)
             strchain = g_list_append(strchain,
                                      ((ParseToken*)it->data)->data.identifier);
-            g_print("Chain %s\n", ((ParseToken*)it->data)->data.identifier);
-        }
 
         /* these use the argument */
         if (action->func == action_execute || action->func == action_restart)
This page took 0.022406 seconds and 4 git commands to generate.