Skip to content

Commit 0ed9297

Browse files
committed
Update exceptions.dart
1 parent 56418c8 commit 0ed9297

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

generated/google_cloud_rpc/lib/src/exceptions.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,6 @@ final class ServiceException implements Exception {
201201
}
202202

203203
final Status status;
204-
print('responseBody: $responseBody');
205-
print('json: $json');
206-
// {"error":{"code":"503","message":{"error":
207-
// {"message":"Retry Test: Caused a 503"}}}}
208-
209204
// The Storage Testbench sometimes returns non-conformant `Status` responses
210205
// with an object for the `'message'` field.
211206
// See https://github.com/googleapis/storage-testbench

0 commit comments

Comments
 (0)