Commit e0d930af by David Ormsbee

Remove debug checking for UserProfile

parent 46179896
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment