Skip to content

Commit 30f7c7a

Browse files
13r0ckjackpot51
authored andcommitted
Remove useless info!
There is no need to print this to the terminal every time a user clicks a modifier key. Example: Select a key, and the try to modify the key, the terminal output will be similar to `[INFO ] Clicked F layer Some(3)`
1 parent 7c21596 commit 30f7c7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/picker/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ impl Picker {
113113
};
114114
let layer = kb.layer();
115115

116-
info!("Clicked {} layer {:?}", name, layer);
117116
if let Some(layer) = layer {
118117
let futures = FuturesUnordered::new();
119118
for i in kb.selected().iter() {

0 commit comments

Comments
 (0)