Skip to content

Commit 16ca482

Browse files
committed
Remove log level setting
1 parent cb829d7 commit 16ca482

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

samplekotlin/src/main/java/com/example/chattutorial/MainActivity.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ class MainActivity : AppCompatActivity() {
2626
setContentView(binding.root)
2727

2828
// Step 1 - Set up the client for API calls, the domain for offline storage and the UI components
29-
val client = ChatClient.Builder("b67pax5b2wdq", applicationContext)
30-
.logLevel(ChatLogLevel.ALL)
31-
.build()
29+
val client = ChatClient.Builder("b67pax5b2wdq", applicationContext).build()
3230
ChatDomain.Builder(client, applicationContext).build()
3331
ChatUI.Builder(applicationContext).build()
3432

0 commit comments

Comments
 (0)