aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2018-10-27 08:54:30 +0200
committerTeddy Wing2018-10-27 08:54:30 +0200
commit265912299942028f02773cbd54aa1b99c358f2ad (patch)
tree8390f238489ee031f7356d53376fe5ae9c166d50 /src
parent094d6308829f496c99b3587dfad38ac83345595d (diff)
downloaddome-key-map-265912299942028f02773cbd54aa1b99c358f2ad.tar.bz2
c_run_key_action(): Remove debug print statements
Diffstat (limited to 'src')
-rw-r--r--src/cocoa_bridge.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cocoa_bridge.rs b/src/cocoa_bridge.rs
index 0364577..bec1ecc 100644
--- a/src/cocoa_bridge.rs
+++ b/src/cocoa_bridge.rs
@@ -110,7 +110,6 @@ pub extern "C" fn c_run_key_action(
if mode.is_null() {
None
} else {
- println!("In mode(110): {:?}", *mode);
assert!(!(*mode).buttons.is_null());
Some(
@@ -118,7 +117,6 @@ pub extern "C" fn c_run_key_action(
)
}
};
- println!("Mode after unsafe (118): {:?}", mode);
let mut state = unsafe {
assert!(!state.is_null());