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

Commit e43fce0

Browse files
authored
Cleanup (#515)
* run gradle apiDump * Cleanup println() statement
1 parent fef1fc7 commit e43fce0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/kweb/Kweb.kt

-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ class Kweb private constructor(
326326
}
327327

328328
message.onMessageData != null -> {
329-
println("PUSHING ------------------------------------------------")
330329
val data = message.onMessageData
331330
remoteClientState.onMessageFunction!!.invoke(data)
332331
}

0 commit comments

Comments
 (0)