Undo mistaken or unecessary changes

This commit is contained in:
Frank Noirot
2025-01-10 17:00:18 -05:00
parent c06b2b4029
commit d64270d494
13 changed files with 720 additions and 36 deletions

View File

@ -314,9 +314,6 @@ const ProjectsContextDesktop = ({
if (isDesktop()) {
const needsInterpolated =
doesProjectNameNeedInterpolated(projectName)
console.log(
`The project name "${projectName}" needs interpolated: ${needsInterpolated}`
)
if (needsInterpolated) {
const nextIndex = getNextProjectIndex(projectName, input.projects)
projectName = interpolateProjectNameWithIndex(