changeset 1585:d7c4b9bfcc94

delete unintended print statement
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Mon, 12 Dec 2005 07:50:43 -0800
parents b3e94785ab69
children 5c5aaaa9ab6f
files mercurial/util.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: