ia64/xen-unstable
changeset 1526:025909f2f72d
bitkeeper revision 1.990.2.8 (40d6e8b71zWgmIqwTpIsNAH-m2697Q)
Remove debug noise.
Remove debug noise.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Mon Jun 21 13:55:03 2004 +0000 (2004-06-21) |
parents | 1e52f4f43daa |
children | f394dae9278b |
files | tools/xenmgr/lib/XendDomainInfo.py |
line diff
1.1 --- a/tools/xenmgr/lib/XendDomainInfo.py Mon Jun 21 13:52:36 2004 +0000 1.2 +++ b/tools/xenmgr/lib/XendDomainInfo.py Mon Jun 21 13:55:03 2004 +0000 1.3 @@ -113,7 +113,6 @@ class XendDomainInfo: 1.4 ['name', self.name], 1.5 ['memory', self.memory] ] 1.6 if self.info: 1.7 - print 'info:', self.info 1.8 run = (self.info['running'] and 'r') or '-' 1.9 block = (self.info['blocked'] and 'b') or '-' 1.10 stop = (self.info['stopped'] and 's') or '-'