projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1453d
)
Punt some debug spew from the website
author
Evan Broder
<broder@mit.edu>
Sun, 16 Nov 2008 00:56:05 +0000
(19:56 -0500)
committer
Evan Broder
<broder@mit.edu>
Sun, 16 Nov 2008 00:56:05 +0000
(19:56 -0500)
svn path=/trunk/packages/invirt-web/; revision=1667
code/main.py
patch
|
blob
|
history
diff --git
a/code/main.py
b/code/main.py
index
cf1424a
..
15647b9
100755
(executable)
--- 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: