remove obsolete comment
This commit is contained in:
parent
6761835fa5
commit
49653f6f0c
1 changed files with 0 additions and 2 deletions
|
@ -174,8 +174,6 @@ def check_push_subscription(feed, response):
|
||||||
'hub.callback': build_callback_url(),
|
'hub.callback': build_callback_url(),
|
||||||
'hub.secret': feed.get_or_create_push_secret(),
|
'hub.secret': feed.get_or_create_push_secret(),
|
||||||
'hub.verify': 'sync', # backcompat with 0.3
|
'hub.verify': 'sync', # backcompat with 0.3
|
||||||
# TODO secret should only be used over HTTPS
|
|
||||||
# 'hub.secret': secret,
|
|
||||||
})
|
})
|
||||||
current_app.logger.debug('%s response %r', mode, r)
|
current_app.logger.debug('%s response %r', mode, r)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue