From fbfa4a4a7491c94595466b52cd0a15049b9b7577 Mon Sep 17 00:00:00 2001 From: wenyann Date: Tue, 15 Jun 2021 10:46:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/business/components/api/automation/scenario/DebugRun.vue | 1 - 1 file changed, 1 deletion(-) 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 = [];