Commit 9f3539e9 by Kálmán Viktor

vm: remove dummy print

parent 4ce5d3d5
......@@ -417,7 +417,6 @@ class Instance(AclBase, VirtualMachineDescModel, TimeStampedModel):
port = self.get_connect_port(use_ipv6=use_ipv6)
host = self.get_connect_host(use_ipv6=use_ipv6)
proto = self.access_method
print proto
if proto == 'rdp':
return 'rdesktop %(host)s:%(port)d -u cloud -p %(pw)s' % {
'port': port, 'proto': proto, 'pw': self.pw,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment