Remove debug console.log

This commit is contained in:
garronej 2023-08-24 09:05:58 +02:00
parent 7cc40e2453
commit 55026f913b
2 changed files with 0 additions and 8 deletions

View File

@ -25,12 +25,6 @@ export async function downloadKeycloakStaticResources(
) {
const { projectDirPath, themeType, themeDirPath, keycloakVersion, usedResources } = params;
console.log({
themeDirPath,
keycloakVersion,
usedResources
});
const tmpDirPath = pathJoin(
themeDirPath,
"..",

View File

@ -23,8 +23,6 @@ export function readStaticResourcesUsage(params: { keycloakifySrcDirPath: string
continue;
}
console.log("=========>", filePath);
const wrap = readPaths({ rawSourceFile });
wrap.resourcesCommonFilePaths.forEach(filePath => resourcesCommonFilePaths.add(filePath));