mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01:00
Remove print statement
This commit is contained in:
parent
9004feff37
commit
262ec80db8
@ -1592,7 +1592,6 @@ class PanelHandler(BaseHandler):
|
|||||||
execution_list[0] = "java"
|
execution_list[0] = "java"
|
||||||
execution_command = ""
|
execution_command = ""
|
||||||
for item in execution_list:
|
for item in execution_list:
|
||||||
print(item)
|
|
||||||
execution_command += item + " "
|
execution_command += item + " "
|
||||||
|
|
||||||
server_obj: Servers = self.controller.servers.get_server_obj(server_id)
|
server_obj: Servers = self.controller.servers.get_server_obj(server_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user