From 43ac87f5ca1f8a313603258da87f5866614c7080 Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Thu, 7 Sep 2023 15:31:08 -0700 Subject: [PATCH] exec: don't debug print the line, processes.stream_logs already does (#1780) --- reflex/utils/exec.py | 1 - 1 file changed, 1 deletion(-) diff --git a/reflex/utils/exec.py b/reflex/utils/exec.py index f5d22e817..963708e9c 100644 --- a/reflex/utils/exec.py +++ b/reflex/utils/exec.py @@ -96,7 +96,6 @@ def run_process_and_launch_url(run_command: list[str]): else: console.print("New packages detected: Updating app...") else: - console.debug(line) new_hash = detect_package_change(json_file_path) if new_hash != last_hash: last_hash = new_hash