summaryrefslogtreecommitdiff
path: root/i3lock.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2010-09-09 15:39:27 +0200
committerMichael Stapelberg <michael@stapelberg.de>2010-09-09 15:39:27 +0200
commitbdf6c6b45d3622c9cd6456fb3a8da4752d7d836f (patch)
treebd8afa77ce4abe786ec62f355b01e1960e571a25 /i3lock.c
parentbf31c90a5f675f83912d042603e9d1baefaf4176 (diff)
comment out debug output (Thanks Ciprian)
Diffstat (limited to 'i3lock.c')
-rw-r--r--i3lock.c2
1 files changed, 1 insertions, 1 deletions
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;
}