File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ def packet_signed_notification(packet, signer):
2525 notification .post_body ["include_player_ids" ] = tokens
2626
2727 onesignal_response = onesignal_client .send_notification (notification )
28- print (onesignal_response .status_code )
29- print (onesignal_response .json ())
3028 if onesignal_response .status_code == 200 :
3129 app .logger .info ("The notification ({}) sent out successfully" .format (notification .post_body ))
3230
@@ -44,7 +42,5 @@ def packet_100_percent_notification(packet):
4442 notification .post_body ["include_player_ids" ] = tokens
4543
4644 onesignal_response = onesignal_client .send_notification (notification )
47- print (onesignal_response .status_code )
48- print (onesignal_response .json ())
4945 if onesignal_response .status_code == 200 :
5046 app .logger .info ("The notification ({}) sent out successfully" .format (notification .post_body ))
You can’t perform that action at this time.
0 commit comments