for now, do not social post for single user review

This commit is contained in:
nathaniel smith 2017-11-21 13:44:34 -08:00
parent 1b607fc9ed
commit bc7f13c416

View File

@ -155,7 +155,6 @@ def on_townie_pre_save(sender, instance, **kwargs):
if not existing[0].reviewed and instance.reviewed == True: if not existing[0].reviewed and instance.reviewed == True:
instance.create_on_disk() instance.create_on_disk()
instance.send_welcome_email() instance.send_welcome_email()
post_single_user_social(instance.username)
def _guarded_run(cmd_args, **run_args): def _guarded_run(cmd_args, **run_args):
try: try: