Skip to content

Commit b48ffd6

Browse files
authored
Merge pull request #101 from faststats-dev/fix/debug
Remove leftover debug print statement
2 parents 0d72346 + 9495465 commit b48ffd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/dev/faststats/core/SimpleMetrics.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public abstract class SimpleMetrics implements Metrics {
6060
}
6161
this.SDK_NAME = properties.getProperty("name", "unknown");
6262
this.SDK_VERSION = properties.getProperty("version", "unknown");
63-
System.out.println(SDK_NAME + "/" + SDK_VERSION);
6463
}
6564

6665
@Contract(mutates = "io")

0 commit comments

Comments
 (0)