growthbook / growthbook-sdk-java

The Java SDK for GrowthBook (JVM, Android)
https://docs.growthbook.io/lib/java
MIT License
7 stars 10 forks source link

Release 0.9.3 produces a lot of messages to STDOUT #64

Closed nnusse closed 1 month ago

nnusse commented 1 month ago

Hello,

we want to inform you that the latest release 0.9.3 introduced a System.out.println() statement that is producing a lot of logs within our systems.

I refer to this line: FeatureEvaluator#L52

Bohdan-Kim commented 1 month ago

Hello,

We pushed fix in release/0.9.4 branch. Seems like it should help you:

dependencies {
            implementation 'com.github.growthbook:growthbook-sdk-java:release~0.9.4-SNAPSHOT'
}