Skip to content

Commit 603a2f2

Browse files
simonbengtssoncachapa
authored andcommitted
Remove noisy print
1 parent 341945e commit 603a2f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/firestore/firestore_gateway.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ class FirestoreGateway {
234234
}
235235

236236
void _handleError(e) {
237-
print('Handling error $e using FirestoreGateway._handleError');
238237
if (e is GrpcError &&
239238
[
240239
StatusCode.unknown,

0 commit comments

Comments
 (0)