diff --git a/frontend/src/business/components/api/automation/scenario/DebugRun.vue b/frontend/src/business/components/api/automation/scenario/DebugRun.vue index 75ea44f988..b94ccd5461 100644 --- a/frontend/src/business/components/api/automation/scenario/DebugRun.vue +++ b/frontend/src/business/components/api/automation/scenario/DebugRun.vue @@ -32,7 +32,6 @@ import {saveScenario} from "@/business/components/api/automation/api-automation" }, methods: { run() { - console.log(this.runData.onSampleError); let testPlan = createComponent('TestPlan'); let threadGroup = createComponent('ThreadGroup'); threadGroup.hashTree = [];