Skip to content

Commit c90a236

Browse files
committed
del debug output
1 parent f964790 commit c90a236

File tree

1 file changed

+0
-2
lines changed
  • src/main/kotlin/tech/aliorpse/mcutils/modules/server

1 file changed

+0
-2
lines changed

src/main/kotlin/tech/aliorpse/mcutils/modules/server/JavaServer.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ object JavaServer {
226226
val jsonData = ByteArray(jsonLength)
227227
input.readFully(jsonData)
228228

229-
println("Raw status JSON: " + String(jsonData, StandardCharsets.UTF_8))
230-
231229
return String(jsonData, StandardCharsets.UTF_8)
232230
}
233231

0 commit comments

Comments
 (0)