mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
Remove debug message
This commit is contained in:
parent
020f006410
commit
a36a251f23
@ -12,7 +12,6 @@ Widget backButton(BuildContext context, GlobalKey<ScaffoldState> key) {
|
||||
onLongPress: () {
|
||||
// Display the menu
|
||||
key.currentState!.openDrawer();
|
||||
print("hello?");
|
||||
},
|
||||
child: IconButton(
|
||||
icon: BackButtonIcon(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user