From 29d4c7b59532a39298e21f0abbc774dcff546b73 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 15 Nov 2008 19:56:05 -0500 Subject: [PATCH] Punt some debug spew from the website svn path=/trunk/packages/invirt-web/; revision=1667 --- code/main.py | 1 - 1 file changed, 1 deletion(-) 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: -- 1.7.9.5