Skip to content

Commit 3c10ee6

Browse files
committed
Remove unnecessary debugs
1 parent 778cb0c commit 3c10ee6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClientImpl.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,8 @@ public CommitResponse writeWithOptions(
216216
return session.writeWithOptions(mutations, withReqId(reqId, options));
217217
});
218218
} catch (RuntimeException e) {
219-
System.out.println("runtime.crashing out\033[31m");
220-
e.printStackTrace();
221-
System.out.println("\033[00m");
222219
span.setStatus(e);
223220
throw e;
224-
} catch (Exception e) {
225-
System.out.println("crashing out\033[31m");
226-
e.printStackTrace();
227-
System.out.println("\033[00m");
228-
throw e;
229221
} finally {
230222
span.end();
231223
}

0 commit comments

Comments
 (0)