# HG changeset patch # User Vadim Gelfer # Date 1150414909 25200 # Node ID 801dfe0aa53af984477b71fc29214babe1ffbb9a # Parent cc1011a7ed09e30ba62a863fbd2e02dede03beba remove use of undefined variable. diff -r cc1011a7ed09 -r 801dfe0aa53a 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 = ()