unneeded log

This commit is contained in:
Peter Clement 2021-11-24 11:53:56 +00:00
parent 35f4121d44
commit dd3d6aa630
1 changed files with 0 additions and 1 deletions

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