Skip to content

Commit

Permalink
remove print call from example app code
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed May 17, 2022
1 parent 09cc5e2 commit e28fdd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flutter_appauth/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ class _MyAppState extends State<MyApp> {
scopes: _scopes));
_processTokenResponse(result);
await _testApi(result);
} catch (e) {
print(e);
} catch (_) {
_clearBusyState();
}
}
Expand Down

0 comments on commit e28fdd9

Please sign in to comment.