Skip to content

Commit 293703b

Browse files
committed
remove logging of no git root found
1 parent fb218ab commit 293703b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

npm-app/src/utils/git.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export async function getRepoMetrics(providedRemoteUrl?: string): Promise<{
7373
const root = findGitRoot(cwd)
7474

7575
if (!root) {
76-
console.log('No git root found')
7776
return {}
7877
}
7978

0 commit comments

Comments
 (0)