changeset 748:8b85933fb095

_ssh: remove stray print
author Augie Fackler <raf@durin42.com>
date Sat, 23 Aug 2014 12:01:06 -0400
parents c1b39434ff56
children 40932d7c4783
files hggit/_ssh.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/_ssh.py	Sat Aug 23 12:00:48 2014 -0400
+++ b/hggit/_ssh.py	Sat Aug 23 12:01:06 2014 -0400
@@ -21,7 +21,6 @@
             cmd = '%s %s %s' % (sshcmd, args,
                                 util.shellquote(' '.join(command)))
             ui.debug('calling ssh: %s\n' % cmd)
-            print command
             proc = subprocess.Popen(util.quotecommand(cmd), shell=True,
                                     stdin=subprocess.PIPE,
                                     stdout=subprocess.PIPE)