Skip to content

Commit befc00f

Browse files
committed
Removed stale print statement.
1 parent 9025a1c commit befc00f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

celery_haystack/tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def run(self, action, identifier, **kwargs):
109109
'update': current_index.update_object,
110110
'delete': current_index.remove_object,
111111
}
112-
print "yeah", current_index, instance, instance.pk, "woo"
113112
handlers[action](instance, using=self.using)
114113
except KeyError, exc:
115114
logger.error("Unrecognized action '%s'. Moving on..." % action)

0 commit comments

Comments
 (0)