From 1ee6340c8ba175fd38ef8b709ebacf512b2dceb1 Mon Sep 17 00:00:00 2001 From: Gourieff <777@lovemet.ru> Date: Fri, 11 Aug 2023 12:48:04 +0700 Subject: [PATCH] Small_FIX: del debug print --- install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/install.py b/install.py index 80ff624..5d4c0aa 100644 --- a/install.py +++ b/install.py @@ -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')