mercurial/util.py
changeset 1585 d7c4b9bfcc94
parent 1584 b3e94785ab69
child 1591 5a3229cf1492
child 1593 6bb3463b124b
--- 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: