Remove debugging printout
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 29 Nov 2018 21:22:07 +0000 (16:22 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 29 Nov 2018 21:22:07 +0000 (16:22 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/lava2-submit.py

index d61dfbf1cc527053f7014a719c0f475f350b8920..529c088fdb2585cbe2b56341e3fb8469dc3c2ed9 100644 (file)
@@ -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)
This page took 0.048496 seconds and 4 git commands to generate.