We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d72346 + 9495465 commit b48ffd6Copy full SHA for b48ffd6
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