From 2ade66bf3e351ac483fed6edd384367f69b29592 Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Wed, 17 Oct 2012 11:57:06 -0400 Subject: [PATCH] Remove stale comment (imported from commit c880fc2f543e3f0cdfd531c968a1e77249c04f4c) --- zephyr/views.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/zephyr/views.py b/zephyr/views.py index 48a8615941..3d93307ad6 100644 --- a/zephyr/views.py +++ b/zephyr/views.py @@ -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):