changeset 11943 | 2d3cbcace897 |
parent 11630 | 0c23085f051f |
child 12063 | 516b000fbb7e |
--- a/hgext/inotify/client.py Tue Aug 17 17:46:10 2010 +0200 +++ b/hgext/inotify/client.py Fri Aug 13 13:16:34 2010 -0400 @@ -32,7 +32,6 @@ 'socket; removing it\n')) os.unlink(os.path.join(self.root, '.hg', 'inotify.sock')) if err.args[0] in (errno.ECONNREFUSED, errno.ENOENT) and autostart: - self.ui.debug('(starting inotify server)\n') try: try: server.start(self.ui, self.dirstate, self.root,