Skip to content

Commit

Permalink
Disabled code for an interactive shell in debugging pages that just i…
Browse files Browse the repository at this point in the history
…sn't ready yet.
  • Loading branch information
stendec committed Oct 21, 2012
1 parent 71be03b commit 49cd664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pants/web/application.py
Expand Up @@ -581,9 +581,9 @@ def handle_500(self, request, err):
response = u"\n".join([
u"<h2>Traceback</h2>",
u"<pre>%s</pre>" % traceback.format_exc(),
u'<div id="console"><h2>Console</h2>',
u'<pre id="output"></pre>',
u'<script type="text/javascript">%s</script></div>' % CONSOLE_JS,
#u'<div id="console"><h2>Console</h2>',
#u'<pre id="output"></pre>',
#u'<script type="text/javascript">%s</script></div>' % CONSOLE_JS,
u"<h2>Route</h2>",
u"<pre>route name = %r" % request.route_name,
u"match groups = %r</pre>" % (request.match.groups(),),
Expand Down

0 comments on commit 49cd664

Please sign in to comment.