Remove debug console.log
This commit is contained in:
parent
7cc40e2453
commit
55026f913b
@ -25,12 +25,6 @@ export async function downloadKeycloakStaticResources(
|
||||
) {
|
||||
const { projectDirPath, themeType, themeDirPath, keycloakVersion, usedResources } = params;
|
||||
|
||||
console.log({
|
||||
themeDirPath,
|
||||
keycloakVersion,
|
||||
usedResources
|
||||
});
|
||||
|
||||
const tmpDirPath = pathJoin(
|
||||
themeDirPath,
|
||||
"..",
|
||||
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user