Skip to content

Commit 1ef860c

Browse files
author
Vladimir Kotal
committed
remove debug print
1 parent 339e8d0 commit 1ef860c

File tree

1 file changed

+0
-1
lines changed
  • opengrok-tools/src/main/python/opengrok_tools

1 file changed

+0
-1
lines changed

opengrok-tools/src/main/python/opengrok_tools/mirror.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def main():
171171
args.incoming,
172172
args.uri, source_root,
173173
args.batch])
174-
print(worker_args)
175174
try:
176175
project_results = pool.map(worker, worker_args, 1)
177176
except KeyboardInterrupt:

0 commit comments

Comments
 (0)