remove debug lines

This commit is contained in:
Nick Sweeting
2026-01-05 02:27:34 -08:00
parent 0a2ac11b01
commit 352e1bad32
2 changed files with 0 additions and 6 deletions

View File

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