Skip to content

Commit 0dca471

Browse files
committed
Do not log the menu. Potential logging of sensitive data.
1 parent afad96f commit 0dca471

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust/src/android_editor.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ fn show_change_password(editor: &AndroidImpl) -> errors::Result<Receiver<UserSel
111111
}
112112

113113
fn show_menu(editor: &AndroidImpl, menu: &Menu) -> errors::Result<Receiver<UserSelection>> {
114-
debug!("Opening menu '{:?}'", menu);
115-
116114
let instance_receiver_res = match menu {
117115
&Menu::Main => {
118116
editor.jvm.invoke_to_channel(

0 commit comments

Comments
 (0)