Remove debug log

This commit is contained in:
Joseph Garrone 2024-05-13 23:20:58 +02:00
parent 10fd863408
commit a1b4ef10db

View File

@ -36,8 +36,6 @@ export function readFieldNameUsage(params: { keycloakifySrcDirPath: string; them
return p1;
})
.map(part => {
console.log(part);
return part
.split(",")
.map(a => a.trim())