Remove debug statements
This commit is contained in:
parent
68f6908e87
commit
70707f0b8e
|
@ -166,7 +166,6 @@ impl Preference for UserPreferencesV0 {
|
|||
} else {
|
||||
(i - last_default) as u8 - 2
|
||||
};
|
||||
eprintln!("{} {} {} {}", toggle_enabled, distance, i, last_default);
|
||||
commands.push(Command::Move {
|
||||
toggle_enabled,
|
||||
distance
|
||||
|
@ -194,7 +193,6 @@ impl Preference for UserPreferencesV0 {
|
|||
} else {
|
||||
(i - last_enabled) as u8 - 2
|
||||
};
|
||||
eprintln!("{} {} {} {}", toggle_enabled, distance, i, last_enabled);
|
||||
commands.push(Command::Move {
|
||||
toggle_enabled,
|
||||
distance
|
||||
|
|
Loading…
Reference in a new issue