--- a/mercurial/util.py Sun Dec 11 15:38:42 2005 -0800
+++ b/mercurial/util.py Mon Dec 12 07:50:43 2005 -0800
@@ -511,7 +511,6 @@
nulldev = '/dev/null'
def rcfiles(path):
- print 'checking', path
rcs = [os.path.join(path, 'hgrc')]
rcdir = os.path.join(path, 'hgrc.d')
try: