aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11/events.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/x11/events.rs')
-rw-r--r--src/api/x11/events.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/x11/events.rs b/src/api/x11/events.rs
index d497319..1c6668c 100644
--- a/src/api/x11/events.rs
+++ b/src/api/x11/events.rs
@@ -3,7 +3,6 @@ use super::ffi;
use VirtualKeyCode;
pub fn keycode_to_element(scancode: libc::c_uint) -> Option<VirtualKeyCode> {
- println!("{:?}", scancode);
Some(match scancode {
ffi::XK_BackSpace => events::VirtualKeyCode::Back,
ffi::XK_Tab => events::VirtualKeyCode::Tab,