Merge pull request #747 from Thinkofname/remove-debug-print

Remove a debug print added in 1de66e4ef
This commit is contained in:
tomaka 2016-03-21 22:38:18 +01:00
commit 5acd63df63

View file

@ -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,