1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

unneeded log

This commit is contained in:
Peter Clement 2021-11-24 11:53:56 +00:00
parent 35f4121d44
commit dd3d6aa630

View file

@ -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("/")
}