mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +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: () {
|
||||
// Display the menu
|
||||
key.currentState!.openDrawer();
|
||||
print("hello?");
|
||||
},
|
||||
child: IconButton(
|
||||
icon: BackButtonIcon(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue