# HG changeset patch # User Marcin Kuzminski # Date 1302471268 -7200 # Node ID e82d6aaa245629fa6cfe667301fc17c359daf605 # Parent 61918fc169dfc106089bd1fcec0fab65e5499ba1 removed leftover print diff -r 61918fc169df -r e82d6aaa2456 rhodecode/lib/utils.py --- 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)