Skip to content

Commit 37c0e4f

Browse files
committed
chore(spanner): comment
1 parent 85e2bb1 commit 37c0e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public void onSessionReady(SessionImpl session) {
262262
.getOptions()
263263
.getSessionPoolOptions()
264264
.getSkipVerifyBeginTransactionForMuxRW()) {
265-
verifyBeginTransactionWithRWOnMultiplexedSessionAsync(session.getName());
265+
//verifyBeginTransactionWithRWOnMultiplexedSessionAsync(session.getName());
266266
}
267267
}
268268

0 commit comments

Comments
 (0)