We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d72346 commit 9495465Copy full SHA for 9495465
core/src/main/java/dev/faststats/core/SimpleMetrics.java
@@ -60,7 +60,6 @@ public abstract class SimpleMetrics implements Metrics {
60
}
61
this.SDK_NAME = properties.getProperty("name", "unknown");
62
this.SDK_VERSION = properties.getProperty("version", "unknown");
63
- System.out.println(SDK_NAME + "/" + SDK_VERSION);
64
65
66
@Contract(mutates = "io")
0 commit comments