# HG changeset patch # User Vadim Gelfer # Date 1134402643 28800 # Node ID d7c4b9bfcc948ab5790e3cd6c14458ceb5a2a679 # Parent b3e94785ab698e77ca22b467fc3ac58c7de57c3e delete unintended print statement diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -511,7 +511,6 @@ else: nulldev = '/dev/null' def rcfiles(path): - print 'checking', path rcs = [os.path.join(path, 'hgrc')] rcdir = os.path.join(path, 'hgrc.d') try: