Skip to content

Commit 4652000

Browse files
committed
removed debug message
1 parent a58cc5a commit 4652000

File tree

1 file changed

+0
-1
lines changed
  • controller-runtime/src/main/kotlin/app/simplecloud/controller/runtime/server

1 file changed

+0
-1
lines changed

controller-runtime/src/main/kotlin/app/simplecloud/controller/runtime/server/ServerService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ class ServerService(
282282
?: throw StatusException(Status.NOT_FOUND.withDescription("Server with id ${request.serverId} does not exist."))
283283
val serverBefore = server.copy()
284284
server.state = request.serverState
285-
println("STATE ${server.state}")
286285
serverRepository.save(server)
287286
pubSubClient.publish(
288287
"event",

0 commit comments

Comments
 (0)