diff --git a/plugins/python-build/test/stubs/stub b/plugins/python-build/test/stubs/stub index 5ff72b81..b940bedb 100755 --- a/plugins/python-build/test/stubs/stub +++ b/plugins/python-build/test/stubs/stub @@ -83,15 +83,6 @@ if [ -n "${!_STUB_END}" ]; then # the requested index, we failed. if [ $index -ge "${!_STUB_INDEX}" ]; then eval "${_STUB_RESULT}"=1 - { - echo "index: $index; stub index: ${!_STUB_INDEX}" - echo "plan:" - cat "${!_STUB_PLAN}" - echo "run:" - cat "${!_STUB_RUN}" - echo "log:" - cat "${!_STUB_LOG}" - } >&2 fi if [ "${!_STUB_RESULT}" -ne 0 ]; then {