APNs: Drop disused setting from old implementation.

This commit is contained in:
Greg Price 2018-02-09 13:55:17 -08:00
parent 005b0fb566
commit 12d878c785
1 changed files with 0 additions and 1 deletions

View File

@ -293,7 +293,6 @@ DEFAULT_SETTINGS.update({
# Settings for APNS. Only needed on push.zulipchat.com.
'APNS_CERT_FILE': None,
'APNS_KEY_FILE': None,
'APNS_SANDBOX': True,
# Limits related to the size of file uploads; last few in MB.