Remove unused comment.

This commit is contained in:
Matthew Schinckel 2012-10-25 09:42:17 +10:30
parent 9d7a22c645
commit 182be4295d

View file

@ -2,8 +2,6 @@
from django.conf.urls import *
# TODO Move into a namespace?
urlpatterns = patterns('notifications.views',
url(r'^$', 'all', name='all'),
url(r'^unread/$', 'unread', name='unread'),