Remove debug print

This commit is contained in:
Gregoo 2025-02-03 22:46:34 +01:00
parent 76ccb20dfa
commit f9e9edd506

View File

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