Remove sensitive information from log

This commit is contained in:
estevez-dev
2019-08-26 18:55:12 +03:00
parent 7ca4b02e6d
commit 1c829c8364
3 changed files with 9 additions and 13 deletions

View File

@ -414,7 +414,6 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
}
void _showOAuth() {
Logger.d("_showOAuth: ${Connection().oauthUrl}");
Navigator.of(context).pushNamed('/login');
}