Remove debug print
This commit is contained in:
parent
76ccb20dfa
commit
f9e9edd506
@ -126,7 +126,6 @@ class BrickMetadataList(BrickRecordList[T]):
|
|||||||
list = new.filter(**kwargs)
|
list = new.filter(**kwargs)
|
||||||
|
|
||||||
if as_class:
|
if as_class:
|
||||||
print(list)
|
|
||||||
# Return a copy of the metadata list with overriden records
|
# Return a copy of the metadata list with overriden records
|
||||||
return cls(new.model, records=list)
|
return cls(new.model, records=list)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user