Removed debug log message
parent
f31ad57fde
commit
f311e0a826
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue