remove debug

This commit is contained in:
caishi 2021-01-20 10:13:18 +08:00
parent a235879dd0
commit ef22be7e96
1 changed files with 0 additions and 1 deletions

View File

@ -243,7 +243,6 @@ function disposePipeline(props){
//
function deleteStageFunc(){
debugger;
let next = menuList && menuList.filter(item=>item.show_index === (stage+1));
let nextStageType = next && next.length>0 && next[0].stage_type;
const url = `/ci/pipelines/${disposeId}/${stageId}/delete_stage.json`;