Skip to content

Commit 3bd33dc

Browse files
committed
fix(cli): remove a forgotten console.log
see e9f88fb
1 parent e9f88fb commit 3bd33dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/angular-cli/utilities/get-const-config.ts

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ export default function getConstConfig(project: any, dir: string, identifier: st
66
let modulePrefix = '';
77
try {
88
let pathToModule = findParentModule(project, dir);
9-
console.log(pathToModule);
10-
119
astUtils.getSourceNodes(astUtils.getSource(pathToModule))
1210
.last((node: ts.Node) => {
1311
// tslint:disable-next-line:no-bitwise

0 commit comments

Comments
 (0)