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

This commit is contained in:
Masen Furer 2023-09-07 15:31:08 -07:00 committed by GitHub
parent 2d570b3bcd
commit 43ac87f5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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