Skip to content

Commit 9495465

Browse files
committed
Remove leftover debug print statement
1 parent 0d72346 commit 9495465

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)