We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d7a3e commit 5dcdaf5Copy full SHA for 5dcdaf5
algoliasearch_django/models.py
@@ -255,7 +255,6 @@ def _should_really_index(self, instance):
255
if attr_type is DeferredAttribute:
256
attr_value = self.should_index.__get__(instance, None)
257
attr_type = type(attr_value)
258
- print("Attr: %s, type: %s." % (attr_value, attr_type))
259
elif attr_type is str:
260
attr_value = getattr(instance, self.should_index)
261
elif attr_type is property:
0 commit comments