Small_FIX: del debug print

This commit is contained in:
Gourieff 2023-08-11 12:48:04 +07:00
parent eb6d361ab5
commit 1ee6340c8b

View File

@ -67,7 +67,6 @@ with open(req_file) as file:
print(f"\nERROR: Failed to install {package} - ReActor won't start")
raise e
if install_count > 0:
print(f'install_count={install_count}')
print(f'\n--- PLEASE, RESTART the Server! ---\n')
else:
print('Ok')