aboutsummaryrefslogtreecommitdiff
path: root/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard.c')
-rw-r--r--keyboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboard.c b/keyboard.c
index 5460570..4929dcf 100644
--- a/keyboard.c
+++ b/keyboard.c
@@ -117,7 +117,6 @@ void wl_keyboard_repeat_info(void *data, struct wl_keyboard *wl_keyboard,
client_state* state = data;
state->key_repeat_rate = rate;
state->key_repeat_delay = delay;
- printf("repeat info\n");
}
struct wl_keyboard_listener keyboard_listener = {