Skip to content

Commit f647304

Browse files
removed console.info()
1 parent 995e1a8 commit f647304

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/utils/test-folder-creator.utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ export const testFolderCreator = async ({ destinationStackId }: any) => {
296296
// await sortContentType(baseDir, finalData);
297297
await deleteFolderAsync(entryDelete);
298298
for await (const entry of finalData) {
299-
console.info(entry,"<====",entryDelete)
300299
const fileMeta = { "1": `${entry?.locale}.json` };
301300
const entryPath = path.join(
302301
process.cwd(),

0 commit comments

Comments
 (0)