Remove unused store route.

This commit is contained in:
Max Goodman
2013-04-10 20:51:06 -07:00
parent 2916817499
commit 882ccd3428

View File

@@ -317,9 +317,6 @@ def make_map():
mc('/doquery', controller='query', action='doquery')
mc('/store', controller='redirect', action='redirect',
dest='http://store.reddit.com/index.html')
mc('/code', controller='redirect', action='redirect',
dest='http://github.com/reddit/')