Remove debug checking for UserProfile

This commit is contained in:
David Ormsbee
2012-08-13 00:57:33 -04:00
parent 0aad62d6a8
commit d24ee25615

View File

@@ -334,9 +334,6 @@ def replicate_model(model_method, instance, user_id):
model_method is the model action that we want replicated. For instance,
UserProfile.save
"""
if isinstance(instance, UserProfile):
log.debug("replicate_model called on UserProfile {0}".format(instance))
if not should_replicate(instance):
return