From: Jonathan Rajotte Date: Thu, 29 Nov 2018 21:22:07 +0000 (-0500) Subject: Remove debugging printout X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=99add533f84dea889bda584eae83e7f3415a7e08;p=lttng-ci.git Remove debugging printout Signed-off-by: Jonathan Rajotte --- diff --git a/scripts/system-tests/lava2-submit.py b/scripts/system-tests/lava2-submit.py index d61dfbf..529c088 100644 --- a/scripts/system-tests/lava2-submit.py +++ b/scripts/system-tests/lava2-submit.py @@ -246,8 +246,6 @@ def main(): render = jinja_template.render(context) - print('Current context:') - pprint.pprint(context, indent=4) print('Job to be submitted:') print(render)