We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf23f0a commit 1a830b0Copy full SHA for 1a830b0
clickhouse-jdbc/src/main/java/com/clickhouse/jdbc/ClickHouseDriver.java
@@ -72,8 +72,6 @@ public static String getFrameworksDetected() {
72
String versionString = System.getProperty("com.clickhouse.jdbc.version", "v2");
73
boolean useV2 = versionString != null && versionString.equalsIgnoreCase("v2");
74
75
- System.out.println("Static block. Use V2: " + useV2);
76
-
77
String str = ClickHouseDriver.class.getPackage().getImplementationVersion();
78
if (str != null && !str.isEmpty()) {
79
char[] chars = str.toCharArray();
0 commit comments