Remove stale comment

(imported from commit c880fc2f543e3f0cdfd531c968a1e77249c04f4c)
This commit is contained in:
Zev Benjamin 2012-10-17 11:57:06 -04:00
parent f7644dfcd3
commit 2ade66bf3e

View File

@ -305,9 +305,6 @@ def json_get_updates(request, handler):
return get_updates_backend(request, user_profile, handler, apply_markdown=True)
# Yes, this has a name similar to the previous function. I think this
# new name is better and expect the old function to be deleted and
# replaced by the new one soon, so I'm not going to worry about it.
@asynchronous
@login_required_api_view
def api_get_messages(request, user_profile, handler):