We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58cc5a commit 4652000Copy full SHA for 4652000
controller-runtime/src/main/kotlin/app/simplecloud/controller/runtime/server/ServerService.kt
@@ -282,7 +282,6 @@ class ServerService(
282
?: throw StatusException(Status.NOT_FOUND.withDescription("Server with id ${request.serverId} does not exist."))
283
val serverBefore = server.copy()
284
server.state = request.serverState
285
- println("STATE ${server.state}")
286
serverRepository.save(server)
287
pubSubClient.publish(
288
"event",
0 commit comments