diff --git a/lib/main_netknights.dart b/lib/main_netknights.dart index 6fb98ec99..05f2621c0 100644 --- a/lib/main_netknights.dart +++ b/lib/main_netknights.dart @@ -57,7 +57,7 @@ class PrivacyIDEAAuthenticator extends ConsumerWidget { globalRef = ref; final locale = ref.watch(settingsProvider).currentLocale; return MaterialApp( - debugShowCheckedModeBanner: false, + debugShowCheckedModeBanner: true, navigatorKey: globalNavigatorKey, localizationsDelegates: AppLocalizations.localizationsDelegates, supportedLocales: AppLocalizations.supportedLocales, diff --git a/lib/state_notifiers/token_notifier.dart b/lib/state_notifiers/token_notifier.dart index 1f6f89696..2317f4eef 100644 --- a/lib/state_notifiers/token_notifier.dart +++ b/lib/state_notifiers/token_notifier.dart @@ -75,7 +75,6 @@ class TokenNotifier extends StateNotifier { await isLoading; isLoading = Future(() async { final failedTokens = await _repo.saveOrReplaceTokens(tokens); - Logger.warning('Saved Tokens to repo.!!'); if (failedTokens.isNotEmpty) { Logger.warning( 'Saving tokens failed. Failed Tokens: ${failedTokens.length}',