mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 21:46:46 +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: () {
|
onLongPress: () {
|
||||||
// Display the menu
|
// Display the menu
|
||||||
key.currentState!.openDrawer();
|
key.currentState!.openDrawer();
|
||||||
print("hello?");
|
|
||||||
},
|
},
|
||||||
child: IconButton(
|
child: IconButton(
|
||||||
icon: BackButtonIcon(),
|
icon: BackButtonIcon(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user