Removed console output

This commit is contained in:
Sven Heidemann 2022-05-19 20:05:22 +02:00
parent 6c8e9ccd89
commit 0d37c86061

View File

@ -66,7 +66,6 @@ class LiveServerThread(threading.Thread):
main = self._build_settings.main.split('.')[length] main = self._build_settings.main.split('.')[length]
self._main = os.path.join(self._path, f'{main}.py') self._main = os.path.join(self._path, f'{main}.py')
Console.write_line(self._main)
if not os.path.isfile(self._main): if not os.path.isfile(self._main):
Console.error('Entry point main.py not found') Console.error('Entry point main.py not found')
return return