From: Evan Broder Date: Sun, 16 Nov 2008 00:56:05 +0000 (-0500) Subject: Punt some debug spew from the website X-Git-Tag: 0.0.9~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/29d4c7b59532a39298e21f0abbc774dcff546b73 Punt some debug spew from the website svn path=/trunk/packages/invirt-web/; revision=1667 --- diff --git a/code/main.py b/code/main.py index cf1424a..15647b9 100755 --- a/code/main.py +++ b/code/main.py @@ -388,7 +388,6 @@ def modifyDict(username, state, fields): session.save_or_update(machine) if update_acl: - print >> sys.stderr, machine, machine.administrator cache_acls.refreshMachine(machine) session.commit() except: