Remove debug statements

This commit is contained in:
Emi Simpson 2021-10-25 12:15:56 -04:00
parent 68f6908e87
commit 70707f0b8e
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 0 additions and 2 deletions

View File

@ -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