changeset 1243:e82d6aaa2456 beta

removed leftover print
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 10 Apr 2011 23:34:28 +0200
parents 61918fc169df
children 0eceb478c720
files rhodecode/lib/utils.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/utils.py	Sun Apr 10 20:03:23 2011 +0200
+++ b/rhodecode/lib/utils.py	Sun Apr 10 23:34:28 2011 +0200
@@ -162,7 +162,6 @@
         if not os.access(p, os.W_OK):
             return
         for dirpath in os.listdir(p):
-            print dirpath
             if os.path.isfile(os.path.join(p, dirpath)):
                 continue
             cur_path = os.path.join(p, dirpath)