Skip to content

Commit

Permalink
removed debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby-Leeder committed Jan 5, 2024
1 parent 8704b82 commit 7a5424d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class MyApp extends StatelessWidget {
),
navigatorKey: NavigationService.navigatorKey,
home: MainApp(),
debugShowCheckedModeBanner: false,
),
);
} else {
Expand Down

0 comments on commit 7a5424d

Please sign in to comment.