~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/dispatch/__init__.py

  • Committer: dcoles
  • Date: 2008-07-16 07:12:28 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:895
Dispatch: Remove diagnostic print

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
    if req.write_html_head_foot:
152
152
        # Show the console if required
153
153
        if logged_in and app.useconsole:
154
 
            req.write('<!-- USE CONSOLE!!! -->\n')
155
154
            plugins.console.present(req, windowpane=True)
156
155
        html.write_html_foot(req)
157
156