Skip to content

Commit 487137c

Browse files
committed
Remove redundant output from TestOIDC
1 parent 3dc4178 commit 487137c

File tree

1 file changed

+0
-1
lines changed
  • gateway-ha/src/test/java/io/trino/gateway/ha/security

1 file changed

+0
-1
lines changed

gateway-ha/src/test/java/io/trino/gateway/ha/security/TestOIDC.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ void setup()
158158
File testConfigFile =
159159
HaGatewayTestUtils.buildGatewayConfig("auth/oauth-test-config.yml", additionalVars);
160160
String[] args = {testConfigFile.getAbsolutePath()};
161-
System.out.println(ROUTER_PORT);
162161
HaGatewayLauncher.main(args);
163162
}
164163

0 commit comments

Comments
 (0)