]> git.sur5r.net Git - i3/i3lock/commitdiff
comment out debug output (Thanks Ciprian)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 9 Sep 2010 13:39:27 +0000 (15:39 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 9 Sep 2010 13:39:27 +0000 (15:39 +0200)
i3lock.c

index d1add207cf8d3efde9bd1303e5e16fec333d20ec..753770ee4af1f2e3281fd701b154c6b4265a0570 100644 (file)
--- a/i3lock.c
+++ b/i3lock.c
@@ -146,7 +146,7 @@ static void handle_key_press(xcb_key_press_event_t *event) {
         /* decrement input_position to point to the previous glyph */
         u8_dec(password, &input_position);
         password[input_position] = '\0';
-        printf("new input position = %d, new password = %s\n", input_position, password);
+        //printf("new input position = %d, new password = %s\n", input_position, password);
         return;
     }