Skip to content

Commit 924e01c

Browse files
committed
chore: remove debug messages from test
1 parent 3e4f4be commit 924e01c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/influxdb/v3/client/query/QueryOptionsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ public void queryOptionsUnchangedByCall() throws IOException {
315315
queryOptions.setGrpcCallOptions(grpcCallOption);
316316
QueryOptions originalQueryOptions = queryOptions.clone();
317317
Assertions.assertThat(originalQueryOptions).isEqualTo(queryOptions);
318-
System.out.println("DEBUG queryOptions.grpcOptions " + queryOptions.grpcCallOptions());
319-
System.out.println("DEBUG originalQueryOptions.grpcOptions " + originalQueryOptions.grpcCallOptions());
320318

321319
try (InfluxDBClient influxDBClient = InfluxDBClient.getInstance(clientConfig)) {
322320
Assertions.assertThatNoException().isThrownBy(() -> {

0 commit comments

Comments
 (0)