Skip to content

Commit

Permalink
chore: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Dec 2, 2022
1 parent 2cbdce8 commit 3df73de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class _AuthenticatorAppState extends State<AuthenticatorApp> {
await Amplify.addPlugin(AmplifyAuthCognitoStub());
await Amplify.configure(widget.config);
} on Exception catch (e) {
print(e);
safePrint(e);
}
}

Expand Down

0 comments on commit 3df73de

Please sign in to comment.