Skip to content

Commit

Permalink
src/scheduler: remove debug log
Browse files Browse the repository at this point in the history
Remove debug log for printing job node.

Fixes: d916ba8 ("src/scheduler: store k8s context in the job node")
Signed-off-by: Jeny Sadadia <jeny.sadadia@collabora.com>
  • Loading branch information
Jeny Sadadia authored and nuclearcat committed Feb 7, 2024
1 parent d916ba8 commit adc1eb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def _run_job(self, job_config, runtime, platform, input_node):
err_msg = json.loads(err.response.content).get("detail", [])
self.log.error(err_msg)

self.log.debug(f"job node: {node}")
self.log.info(' '.join([
node['id'],
runtime.config.name,
Expand Down

0 comments on commit adc1eb0

Please sign in to comment.