diff options
Diffstat (limited to 'resources/tools/presentation/run_cpta.sh')
-rwxr-xr-x | resources/tools/presentation/run_cpta.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index bb94928985..954f17d53c 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -30,10 +30,5 @@ STATUS=$(python pal.py \ --force) RETURN_STATUS=$? -( cd ../presentation_new && python pal.py \ - --specification specification_CPTA.yaml \ - --logging INFO \ - --force ) - echo ${STATUS} exit ${RETURN_STATUS} |