Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukaihan committed Sep 3, 2024
1 parent a6814aa commit f6b7498
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/kotlin/LocalEvaluationClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,3 @@ private fun getEventServerUrl(
assignmentConfiguration.serverUrl
}
}

fun main() {
val client = LocalEvaluationClient("server-qz35UwzJ5akieoAdIgzM4m9MIiOLXLoz", LocalEvaluationConfig(streamUpdates = true))
client.start()
println(client.evaluateV2(ExperimentUser("1")))
}

0 comments on commit f6b7498

Please sign in to comment.