Removed debug code
svn: r13963
This commit is contained in:
parent
8ccc7afe98
commit
ace6e05e48
@ -42,7 +42,5 @@ def save_profile(sender, instance, created, **kwargs):
|
||||
if created:
|
||||
profile = Profile(user=instance)
|
||||
profile.save()
|
||||
else:
|
||||
print sender
|
||||
|
||||
post_save.connect(save_profile, sender=User)
|
||||
|
Loading…
Reference in New Issue
Block a user