Skip to content

Commit

Permalink
Remove dev and prod .darts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcspeed committed Sep 23, 2024
1 parent cf1bcd3 commit bc5f574
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
6 changes: 1 addition & 5 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ var currentEnvironment = kReleaseMode
: EnvironmentConstants.stagingEnv;

//Temp main for ios
void main() {
mainCommon();
}

Future<void> mainCommon() async {
void main() async {
await initializeApp();
_runAppWithSentry();
}
Expand Down
14 changes: 0 additions & 14 deletions lib/main_dev.dart

This file was deleted.

7 changes: 0 additions & 7 deletions lib/main_prod.dart

This file was deleted.

0 comments on commit bc5f574

Please sign in to comment.