mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Remove debug print
Contributes to issue CURA-3497.
This commit is contained in:
parent
c91765c1ae
commit
c5768d89dc
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ def test_loadTypes(filename, output_class, container_registry):
|
|||
#Check whether the resulting type was correct.
|
||||
stack_id = filename.split(".")[0]
|
||||
for container in container_registry._containers: #Stupid ContainerRegistry class doesn't expose any way of getting at this except by prodding the privates.
|
||||
print(container.getId(), "==", stack_id)
|
||||
if container.getId() == stack_id: #This is the one we're testing.
|
||||
assert type(container) == output_class
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue