diff --git a/app/lib/widgets/table_cell_shortcut_listener.dart b/app/lib/widgets/table_cell_shortcut_listener.dart index e99ec25..7d6e1fe 100644 --- a/app/lib/widgets/table_cell_shortcut_listener.dart +++ b/app/lib/widgets/table_cell_shortcut_listener.dart @@ -64,7 +64,6 @@ class _TableCellShortcutListenerState extends State { return RawKeyboardListener( focusNode: _focusNode, onKey: (evt) { - evt.physicalKey.sout(); _tryToAddKey(evt.physicalKey); }, child: GestureDetector(