Skip to content

Commit

Permalink
Remove noisy print
Browse files Browse the repository at this point in the history
simonbengtsson authored and cachapa committed Jun 19, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent 341945e commit 603a2f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/firestore/firestore_gateway.dart
Original file line number Diff line number Diff line change
@@ -234,7 +234,6 @@ class FirestoreGateway {
}

void _handleError(e) {
print('Handling error $e using FirestoreGateway._handleError');
if (e is GrpcError &&
[
StatusCode.unknown,

0 comments on commit 603a2f2

Please sign in to comment.