Remove debug code

This commit is contained in:
Patrick Jentsch 2021-05-03 11:12:13 +02:00
parent 9790e783e3
commit f4233093c0

View File

@ -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',