forked from Gitlink/forgeplus-react
remove debug
This commit is contained in:
parent
a235879dd0
commit
ef22be7e96
|
|
@ -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`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue