aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThinkofname <thinkofdeath@spigotmc.org>2016-03-21 18:49:00 +0000
committerThinkofname <thinkofdeath@spigotmc.org>2016-03-21 18:49:00 +0000
commit5c4bfe1379836ca034b610f8246a1f6a621ee2e2 (patch)
tree685c97b61bacb10263b13dd6c7f9bd6ad543f49a /src
parent9a8ca6ebae831cddb248d34c298dd959dcfbbd29 (diff)
downloadglutin-5c4bfe1379836ca034b610f8246a1f6a621ee2e2.tar.gz
glutin-5c4bfe1379836ca034b610f8246a1f6a621ee2e2.zip
Remove a debug print added in 1de66e4ef
Diffstat (limited to 'src')
-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,