Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Cleanup (#515)
Browse files Browse the repository at this point in the history
* run gradle apiDump

* Cleanup println() statement
  • Loading branch information
Derek52 authored Jul 10, 2023
1 parent fef1fc7 commit e43fce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/kweb/Kweb.kt
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ class Kweb private constructor(
}

message.onMessageData != null -> {
println("PUSHING ------------------------------------------------")
val data = message.onMessageData
remoteClientState.onMessageFunction!!.invoke(data)
}
Expand Down

0 comments on commit e43fce0

Please sign in to comment.