removed annoying console output from collection.py
This commit is contained in:
parent
d158736c45
commit
42d393389a
@ -133,7 +133,6 @@ class Collection:
|
||||
return self._data[key]
|
||||
|
||||
def __setitem__(self, key, value: DatabaseObject):
|
||||
print(key, value)
|
||||
if type(key) != int:
|
||||
return ValueError("key needs to be an integer")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user