# HG changeset patch # User Marcin Kuzminski # Date 2011-04-10 21:34:28 # Node ID e82d6aaa245629fa6cfe667301fc17c359daf605 # Parent 61918fc169dfc106089bd1fcec0fab65e5499ba1 removed leftover print diff --git a/rhodecode/lib/utils.py b/rhodecode/lib/utils.py --- a/rhodecode/lib/utils.py +++ b/rhodecode/lib/utils.py @@ -162,7 +162,6 @@ def get_repos(path, recursive=False): 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)