remove print statement

drew/tilt-local-dev
Drew Bednar 2 years ago
parent c6815e694d
commit d67bb8da17

@ -83,7 +83,7 @@ def webhook_test_async():
curl -X POST http://localhost:8010/users/webhook_test_async/ -d {'data':'ping'}
"""
task = task_process_notification.delay()
print(task.id)
logger.info(task.id)
return "pong"

Loading…
Cancel
Save