Clear some logs and minimize binary file size

This commit is contained in:
2026-08-14 23:49:37 +03:00
parent eb6c9c5084
commit 0332e40feb
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -437,7 +437,6 @@ impl DictionaryState {
button("").on_press(WordAction(index)).width(15)
};
line = line.push(line_button()).push(space().width(10));
println!("Updating word {}", &data.key);
line
});