Skip to content

Commit

Permalink
fix: remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 21, 2023
1 parent f2e5eb3 commit bc56105
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion canaille/backends/memory/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def save(self):
self.index()[self.id] = copy.deepcopy(self.state)

# update the index for each attribute
print(self.attributes)
for attribute in self.attributes:
attribute_values = listify(getattr(self, attribute))
for value in attribute_values:
Expand Down

0 comments on commit bc56105

Please sign in to comment.