mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 20:16:25 +00:00
Remove debug message
This commit is contained in:
parent
020f006410
commit
a36a251f23
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue