Skip to content

Commit 177d19a

Browse files
author
Al Manning
committed
remove logging
1 parent 7b74af9 commit 177d19a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/publish/confluence/confluence-helper.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,8 @@ export const buildSpaceChanges = (
344344

345345
const ancestor = index > 0 ? ancestorFilePath : parent?.parent;
346346

347-
console.log("parentFileName", parentFileName);
348-
349347
let fileName = `${ancestorFilePath}/${parentFileName}`;
350-
console.log("fileName", fileName);
348+
351349
if (fileName.startsWith("/")) {
352350
fileName = parentFileName;
353351
}
@@ -373,8 +371,6 @@ export const buildSpaceChanges = (
373371

374372
const existingAncestor = findPageInExistingSite(ancestor ?? "");
375373

376-
console.log("fileNameToSave", fileName);
377-
378374
spaceChangeList = [
379375
...spaceChangeList,
380376
buildContentCreate(

0 commit comments

Comments
 (0)