Skip to content

Commit

Permalink
Remove unnecessary print from exceptions_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Francessco121 committed Jul 6, 2020
1 parent 2d9d21c commit 60afffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/exceptions_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void main() {
try {
function();
} on AuthError catch (ex) {
print(ex.name);
throw convertJsAuthError(ex);
}
}
Expand Down

0 comments on commit 60afffc

Please sign in to comment.