Skip to content

Commit

Permalink
remove print message
Browse files Browse the repository at this point in the history
  • Loading branch information
joelferrier committed Oct 1, 2016
1 parent 086f72d commit c95e034
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion margaritashotgun/remote_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def connect(self, username, password, key, address, port, jump_host):
jump_host['port'] = 22
else:
jump_auth = None
print(jump_host)
self.shell.connect(auth, address, self.remote_port, jump_host, jump_auth)
transport = self.shell.transport()
self.tunnel.configure(transport, auth, address, self.remote_port)
Expand Down

0 comments on commit c95e034

Please sign in to comment.