Removed console output & build new dev version

This commit is contained in:
2022-05-24 20:20:42 +02:00
parent a590cfd066
commit f83755ac77
41 changed files with 79 additions and 80 deletions

View File

@@ -93,5 +93,4 @@ class LiveServerThread(threading.Thread):
for arg in self._args:
self._command.append(arg)
Console.write_line(self._command)
subprocess.run(self._command, env=self._env_vars)