unneeded log
This commit is contained in:
parent
024bd01bf9
commit
23b6a204f6
|
@ -44,7 +44,6 @@
|
|||
).length
|
||||
if (existingScreenCount > 0) {
|
||||
let oldUrlArr = draftScreen.routing.route.split("/")
|
||||
console.log(oldUrlArr)
|
||||
oldUrlArr[1] = `${oldUrlArr[1]}-${existingScreenCount + 1}`
|
||||
draftScreen.routing.route = oldUrlArr.join("/")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue