We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b74af9 commit 177d19aCopy full SHA for 177d19a
src/publish/confluence/confluence-helper.ts
@@ -344,10 +344,8 @@ export const buildSpaceChanges = (
344
345
const ancestor = index > 0 ? ancestorFilePath : parent?.parent;
346
347
- console.log("parentFileName", parentFileName);
348
-
349
let fileName = `${ancestorFilePath}/${parentFileName}`;
350
- console.log("fileName", fileName);
+
351
if (fileName.startsWith("/")) {
352
fileName = parentFileName;
353
}
@@ -373,8 +371,6 @@ export const buildSpaceChanges = (
373
371
374
372
const existingAncestor = findPageInExistingSite(ancestor ?? "");
375
376
- console.log("fileNameToSave", fileName);
377
378
spaceChangeList = [
379
...spaceChangeList,
380
buildContentCreate(
0 commit comments