Skip to content

Commit 1356a05

Browse files
authored
Remove call to printStackTrace()
1 parent e7d1adf commit 1356a05

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingImplTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,6 @@ public void run() {
14751475
logging.write(ImmutableList.of(LOG_ENTRY1));
14761476
logging.flush();
14771477
} catch (Exception ex) {
1478-
ex.printStackTrace();
14791478
exceptions.incrementAndGet();
14801479
}
14811480
}

0 commit comments

Comments
 (0)