Removed debug log message

Sam Lantinga 2020-10-19 17:29:16 -07:00
parent f31ad57fde
commit f311e0a826
1 changed files with 0 additions and 1 deletions

View File

@ -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);