diff options
| author | Teddy Wing | 2018-10-27 08:54:30 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-27 08:54:30 +0200 | 
| commit | 265912299942028f02773cbd54aa1b99c358f2ad (patch) | |
| tree | 8390f238489ee031f7356d53376fe5ae9c166d50 /src | |
| parent | 094d6308829f496c99b3587dfad38ac83345595d (diff) | |
| download | dome-key-map-265912299942028f02773cbd54aa1b99c358f2ad.tar.bz2 | |
c_run_key_action(): Remove debug print statements
Diffstat (limited to 'src')
| -rw-r--r-- | src/cocoa_bridge.rs | 2 | 
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()); | 
