Remove comments
diff --git a/onos-build-vm.py b/onos-build-vm.py
index 66958ff..9ee1a43 100755
--- a/onos-build-vm.py
+++ b/onos-build-vm.py
@@ -33,10 +33,6 @@
vm.sendline('sudo su - tutorial1')
vm.expect(prompt, timeout=20)
vm.sendline( 'git clone https://gerrit.onosproject.org/onos' )
- #vm.expect("Username for 'https://gerrit.onosproject.org':", timeout=30)
- #vm.sendline('vm')
- #vm.expect("Password for 'https://vm@gerrit.onosproject.org':", timeout=30)
- #vm.sendline(os.environ['ONOSPASSWORD'])
vm.expect( prompt, timeout=1200 )