Skip to content

Commit 5dcdaf5

Browse files
committed
chore: Remove print statement
1 parent 43d7a3e commit 5dcdaf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

algoliasearch_django/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ def _should_really_index(self, instance):
255255
if attr_type is DeferredAttribute:
256256
attr_value = self.should_index.__get__(instance, None)
257257
attr_type = type(attr_value)
258-
print("Attr: %s, type: %s." % (attr_value, attr_type))
259258
elif attr_type is str:
260259
attr_value = getattr(instance, self.should_index)
261260
elif attr_type is property:

0 commit comments

Comments
 (0)