Skip to content

Commit a41d0fc

Browse files
Remove println
1 parent b3f027c commit a41d0fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/statsig/sdk/StatsigErrorBoundaryUsage.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ class StatsigErrorBoundaryUsage {
7878

7979
if (shouldInitialize) {
8080
runBlocking {
81-
println("ha")
8281
statsig.initialize("secret-key", StatsigOptions(disableDiagnostics = true, api = server.url("/v1").toString()))
83-
println("ha1")
8482
}
8583
}
8684

0 commit comments

Comments
 (0)