Skip to content

Commit a726795

Browse files
committed
chore(): remove console.log
1 parent cd9b10d commit a726795

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/cli/src/angular/utils/cli-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {kebabCaseToCamelCase, kebabCaseToPascalCase} from './string-utils';
33
import * as path from 'path';
44

55
export function getRelativePath(importFilePath: string, targetPath: string): string {
6-
console.log(importFilePath, targetPath);
76
return path.relative(path.dirname(importFilePath), targetPath);
87
}
98

0 commit comments

Comments
 (0)