Remove debug console.log
This commit is contained in:
@ -25,12 +25,6 @@ export async function downloadKeycloakStaticResources(
|
|||||||
) {
|
) {
|
||||||
const { projectDirPath, themeType, themeDirPath, keycloakVersion, usedResources } = params;
|
const { projectDirPath, themeType, themeDirPath, keycloakVersion, usedResources } = params;
|
||||||
|
|
||||||
console.log({
|
|
||||||
themeDirPath,
|
|
||||||
keycloakVersion,
|
|
||||||
usedResources
|
|
||||||
});
|
|
||||||
|
|
||||||
const tmpDirPath = pathJoin(
|
const tmpDirPath = pathJoin(
|
||||||
themeDirPath,
|
themeDirPath,
|
||||||
"..",
|
"..",
|
||||||
|
@ -23,8 +23,6 @@ export function readStaticResourcesUsage(params: { keycloakifySrcDirPath: string
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("=========>", filePath);
|
|
||||||
|
|
||||||
const wrap = readPaths({ rawSourceFile });
|
const wrap = readPaths({ rawSourceFile });
|
||||||
|
|
||||||
wrap.resourcesCommonFilePaths.forEach(filePath => resourcesCommonFilePaths.add(filePath));
|
wrap.resourcesCommonFilePaths.forEach(filePath => resourcesCommonFilePaths.add(filePath));
|
||||||
|
Reference in New Issue
Block a user