From f4233093c0c96b210f45f611388dfc2123a16eef Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 3 May 2021 11:12:13 +0200 Subject: [PATCH] Remove debug code --- web/app/tasks/job_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/tasks/job_utils.py b/web/app/tasks/job_utils.py index 96f9e437..f54c5987 100644 --- a/web/app/tasks/job_utils.py +++ b/web/app/tasks/job_utils.py @@ -62,8 +62,6 @@ class CheckJobsMixin: output_mount_dest = os.path.abspath('/output') os.makedirs(output_mount_src) output_mount = '{}:{}:rw'.format(output_mount_src, output_mount_dest) - logging.warning(input_mount) - logging.warning(output_mount) service_kwargs = {'command': cmd, 'constraints': ['node.role==worker'], 'labels': {'origin': 'nopaque',