mirror of https://github.com/zulip/zulip.git
remove log message on push notification
(imported from commit 45fc89e67a79aac3484c911d88aff3e470b4eff6)
This commit is contained in:
parent
8800dcdce4
commit
717e06d94c
|
@ -2017,7 +2017,6 @@ def handle_push_notification(user_profile_id, missed_message):
|
|||
alert = "New Zulip mentions and private messages from %s" % (sender_str,)
|
||||
extra_data = {'message_ids': [message.id]}
|
||||
|
||||
logging.info("sending push notification %r, %r" % (user_profile, alert))
|
||||
send_apple_push_notification(user_profile, alert, badge=1, zulip=extra_data)
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in New Issue