Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit d511beb

Browse files
committed
Remove unnecessary debugs
1 parent b5ea045 commit d511beb

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

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)