Skip to content

Commit e4d6d46

Browse files
committed
f
1 parent 2b5f443 commit e4d6d46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/metadata/src/model/ModuleDescriptor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export class ModuleDescriptorDumper {
2121

2222
static dump(desc: ModuleDescriptor) {
2323
const dumpPath = ModuleDescriptorDumper.dumpPath(desc);
24-
console.log('dump path: ', dumpPath);
2524
fs.mkdirSync(path.dirname(dumpPath), { recursive: true });
2625
fs.writeFileSync(dumpPath, JSON.stringify(desc));
2726
}

0 commit comments

Comments
 (0)