summaryrefslogtreecommitdiff
path: root/morphlib/exts/virtualbox-ssh.write
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-07 11:51:06 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-07 13:04:27 +0000
commite3bb31154b259eb04019e7f63f1e0270d1606e06 (patch)
tree98315e471188c83416012ed21d58dcccdeff3d67 /morphlib/exts/virtualbox-ssh.write
parente89cdd46dc1cf9ccb17e4d57fb212445481ec855 (diff)
downloadmorph-e3bb31154b259eb04019e7f63f1e0270d1606e06.tar.gz
Remove debugging output
Suggested-By: Richard Maw
Diffstat (limited to 'morphlib/exts/virtualbox-ssh.write')
-rwxr-xr-xmorphlib/exts/virtualbox-ssh.write10
1 files changed, 0 insertions, 10 deletions
diff --git a/morphlib/exts/virtualbox-ssh.write b/morphlib/exts/virtualbox-ssh.write
index e2f592e7..dbfb90a7 100755
--- a/morphlib/exts/virtualbox-ssh.write
+++ b/morphlib/exts/virtualbox-ssh.write
@@ -61,16 +61,6 @@ class VirtualBoxPlusSshWriteExtension(morphlib.writeexts.WriteExtension):
temp_root, location = args
ssh_host, vm_name, vdi_path = self.parse_location(location)
- self.status(
- msg='Temporary system root: %(temp_root)s',
- temp_root=temp_root)
- self.status(
- msg='VirtualBox server: %(ssh_host)s',
- ssh_host=ssh_host)
- self.status(
- msg='VirtualBox guest: %(vm_name)s',
- vm_name=vm_name)
-
size = self.get_disk_size()
self.status(msg='Disk size is %(size)d bytes', size=size)