Skip to content

Commit

Permalink
Remove unneeded logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Nov 29, 2024
1 parent 3f0899d commit 18087b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ internal class EventDtoAdapter(

val map: Map<String, Any?> = mapAdapter.fromJson(reader)!!.filterValues { it != null }

println("JcLog: Event type: ${map["type"]} - ${map["channel_last_message_at"]}")

val adapter = when (val type = map["type"] as? String) {
EventType.HEALTH_CHECK -> when {
map.containsKey("me") -> connectedEventAdapter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class StartupActivity : AppCompatActivity() {

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
println("JcLog: baseUri: ${intent.getStringExtra("BASE_URL")}")
ChatHelper.initializeSdk(applicationContext, PredefinedUserCredentials.API_KEY, intent.getStringExtra("BASE_URL"))
startActivity(UserLoginActivity.createIntent(this@StartupActivity))
finish()
Expand Down

0 comments on commit 18087b0

Please sign in to comment.