remove use of undefined variable.
authorVadim Gelfer <vadim.gelfer@gmail.com>
Thu, 15 Jun 2006 16:41:49 -0700
changeset 2441 801dfe0aa53a
parent 2440 cc1011a7ed09
child 2442 c660691fb45d
remove use of undefined variable.
mercurial/sshrepo.py
--- a/mercurial/sshrepo.py	Thu Jun 15 16:38:23 2006 -0700
+++ b/mercurial/sshrepo.py	Thu Jun 15 16:41:49 2006 -0700
@@ -51,8 +51,6 @@
             lines.append(l)
             max_noise -= 1
         else:
-            if l1:
-                ui.debug(_("remote: "), l1)
             raise hg.RepoError(_("no response from remote hg"))
 
         self.capabilities = ()