2
0
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:
Oliver Walters 2022-05-04 11:26:47 +10:00
parent 020f006410
commit a36a251f23

View File

@ -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(),