mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
remove debug lines
This commit is contained in:
@@ -38,9 +38,6 @@ class TestBinaryWorkerSpawning:
|
||||
timeout=60, # Increased timeout to allow for binary installation
|
||||
)
|
||||
|
||||
print(f"stdout: {stdout}")
|
||||
print(f"stderr: {stderr}")
|
||||
|
||||
assert code == 0, f"Failed to create Binary: {stderr}"
|
||||
|
||||
# Verify Binary was created in DB
|
||||
|
||||
Reference in New Issue
Block a user