routing: Remove route for /doquery.

This should have gone in 5f916f5812.
This commit is contained in:
Ricky Ramirez
2013-09-23 14:50:36 -07:00
parent 703336a3d8
commit 1c4b0de378

View File

@@ -371,8 +371,6 @@ def make_map():
mc('/mediaembed/:link', controller="mediaembed", action="mediaembed")
mc('/doquery', controller='query', action='doquery')
mc('/code', controller='redirect', action='redirect',
dest='http://github.com/reddit/')