We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778cb0c commit 3c10ee6Copy full SHA for 3c10ee6
google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClientImpl.java
@@ -216,16 +216,8 @@ public CommitResponse writeWithOptions(
216
return session.writeWithOptions(mutations, withReqId(reqId, options));
217
});
218
} catch (RuntimeException e) {
219
- System.out.println("runtime.crashing out\033[31m");
220
- e.printStackTrace();
221
- System.out.println("\033[00m");
222
span.setStatus(e);
223
throw e;
224
- } catch (Exception e) {
225
- System.out.println("crashing out\033[31m");
226
227
228
- throw e;
229
} finally {
230
span.end();
231
}
0 commit comments