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

Commit bea4f02

Browse files
committed
fix
1 parent afc7d44 commit bea4f02

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/grpc/BigtableTransportChannelProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ public TransportChannel getTransportChannel() throws IOException {
181181

182182
if (!directPathCompatibleTracer.isPresent()) {
183183
LOG.fine("Direct access check skipped. Reason: user_disabled or tracer absent");
184-
LOG.fine("Direct access check skipped. Reason: user_disabled");
185184
} else {
186185
DirectPathCompatibleTracer tracer = directPathCompatibleTracer.get();
187186
DirectAccessChecker directAccessChecker =

0 commit comments

Comments
 (0)