Skip to content

Commit

Permalink
Restore debug flag to false
Browse files Browse the repository at this point in the history
  • Loading branch information
maniman303 committed Aug 2, 2022
1 parent 1cf95b7 commit aedb792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/CampaignKeeper_mobile/lib/services/app_prefs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AppPrefs {
final String milestone = "Terra Nova";
final String _key = "app_prefs";
final String _url = "https://campaignkeeper.herokuapp.com";
final bool debug = true;
final bool debug = false;
final int _timeout = 60;
final int _loginTimeout = 120;

Expand Down

0 comments on commit aedb792

Please sign in to comment.