From: Michael Stapelberg Date: Thu, 9 Sep 2010 13:39:27 +0000 (+0200) Subject: comment out debug output (Thanks Ciprian) X-Git-Tag: 2.1~11 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3lock;a=commitdiff_plain;h=bdf6c6b45d3622c9cd6456fb3a8da4752d7d836f comment out debug output (Thanks Ciprian) --- diff --git a/i3lock.c b/i3lock.c index d1add20..753770e 100644 --- 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; }