From 486a706c6bd66c558860a5ccff83e0f1c4fdf5e0 Mon Sep 17 00:00:00 2001 From: Mark Smith Date: Sat, 9 Dec 2023 19:00:42 +0100 Subject: [PATCH] Update execute.py --- ganga/GangaCore/Utility/execute.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ganga/GangaCore/Utility/execute.py b/ganga/GangaCore/Utility/execute.py index 72378e8fa3..dd41604659 100644 --- a/ganga/GangaCore/Utility/execute.py +++ b/ganga/GangaCore/Utility/execute.py @@ -168,8 +168,6 @@ def execute(command, # note the exec gets around the problem of indent and base64 gets # around the \n command_update, env_file_pipes = env_update_script() - print('scripted, ', command_update) - print('command: ', command) command += ''';python -c "import base64;exec(base64.b64decode(%s))"''' % base64.b64encode( command_update.encode("utf-8"))