Remove debug statement

This commit is contained in:
Roberto Rosario
2012-08-14 00:41:15 -04:00
parent 2f7ed43713
commit 5ba0c35894

View File

@@ -103,7 +103,6 @@ def resolve_links(context, links, current_view, current_path, parsed_query_strin
else:
new_link['url'] = reverse(link['view'], args=args)
if link.get('keep_query', False):
print 'parsed_query_string', parsed_query_string
new_link['url'] = urlquote(new_link['url'], parsed_query_string)
except NoReverseMatch, err:
new_link['url'] = '#'