Merge branch 'mkirk/log-when-stating-token-sync'

pull/1/head
Matthew Chen 8 years ago
commit 7ffb0d98ec

@ -27,7 +27,7 @@ class SyncPushTokensJob: NSObject {
} }
func run() { func run() {
Logger.debug("\(TAG) Starting.") Logger.info("\(TAG) Starting.")
// Required to potentially prompt user for notifications settings // Required to potentially prompt user for notifications settings
// before `requestPushTokens` will return. // before `requestPushTokens` will return.

Loading…
Cancel
Save