fix: 删除多余日志

This commit is contained in:
wenyann 2021-06-15 10:46:11 +08:00 committed by 刘瑞斌
parent 5c8184e5cf
commit e967add994
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ import {saveScenario} from "@/business/components/api/automation/api-automation"
}, },
methods: { methods: {
run() { run() {
console.log(this.runData.onSampleError);
let testPlan = createComponent('TestPlan'); let testPlan = createComponent('TestPlan');
let threadGroup = createComponent('ThreadGroup'); let threadGroup = createComponent('ThreadGroup');
threadGroup.hashTree = []; threadGroup.hashTree = [];