diff options
Diffstat (limited to 'client/server.gd')
-rw-r--r-- | client/server.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/server.gd b/client/server.gd index 40d87672..b236fa2a 100644 --- a/client/server.gd +++ b/client/server.gd @@ -68,7 +68,6 @@ func _server_exec(): args.push_back("--data-dir") args.push_back(data_path) thread_result = OS.create_process(get_server_path(), args, false) - print(get_server_path(), args) if thread_result >= 0: var ok = false while not ok: |