From: mjw@wray-m-3.hpl.hp.com Date: Mon, 21 Jun 2004 13:55:03 +0000 (+0000) Subject: bitkeeper revision 1.990.2.8 (40d6e8b71zWgmIqwTpIsNAH-m2697Q) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18126^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=46d3263c49dc7ac91341cee85162788c0c239000;p=xen.git bitkeeper revision 1.990.2.8 (40d6e8b71zWgmIqwTpIsNAH-m2697Q) Remove debug noise. --- diff --git a/tools/xenmgr/lib/XendDomainInfo.py b/tools/xenmgr/lib/XendDomainInfo.py index ec9258afd8..bf0ed8d284 100644 --- a/tools/xenmgr/lib/XendDomainInfo.py +++ b/tools/xenmgr/lib/XendDomainInfo.py @@ -113,7 +113,6 @@ class XendDomainInfo: ['name', self.name], ['memory', self.memory] ] if self.info: - print 'info:', self.info run = (self.info['running'] and 'r') or '-' block = (self.info['blocked'] and 'b') or '-' stop = (self.info['stopped'] and 's') or '-'