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 6acfb51 commit 627ac47Copy full SHA for 627ac47
src/publish/confluence/confluence-helper.ts
@@ -603,7 +603,6 @@ export const updateLinks = (
603
604
updated = updated.replace(linkFullFileName, pagePath);
605
} else {
606
- console.warn(`Link not found for ${siteFilePath}`);
607
if (!collectedPass2Changes.includes(changeToProcess)) {
608
collectedPass2Changes = [...collectedPass2Changes, changeToProcess];
609
}
0 commit comments