Skip to content

Commit

Permalink
Removed debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 20, 2020
1 parent f31ad57 commit f311e0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/wayland/SDL_waylandevents.c
Expand Up @@ -755,7 +755,6 @@ keyboard_handle_key(void *data, struct wl_keyboard *keyboard,
SDL_bool has_text = keyboard_input_get_text(text, input, key);
if (has_text) {
Wayland_data_device_set_serial(input->data_device, serial);
SDL_Log("handle_key: posting: %s", text);
SDL_SendKeyboardText(text);
}
keyboard_repeat_set(&input->keyboard_repeat, scancode, has_text, text);
Expand Down

0 comments on commit f311e0a

Please sign in to comment.