소스 검색

exec: don't debug print the line, processes.stream_logs already does (#1780)

Masen Furer 1 년 전
부모
커밋
43ac87f5ca
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      reflex/utils/exec.py

+ 0 - 1
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