Skip to content

Commit 9e3f573

Browse files
Remove log
1 parent 03720f0 commit 9e3f573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/ReadAsyncTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ public void readOnlyTransaction() throws Exception {
322322
}
323323
try (AsyncResultSet rs = tx.executeQueryAsync(statement2)) {
324324
values2 = rs.toListAsync(input -> input.getString("Value"), executor);
325-
System.out.println(values2);
326325
}
327326
}
328327

0 commit comments

Comments
 (0)