diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/xenmgr/lib/XendDomainInfo.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 '-' |