unneeded log

This commit is contained in:
Peter Clement 2021-11-24 11:53:56 +00:00
parent 024bd01bf9
commit 23b6a204f6
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("/")
}