Skip to content

Commit 4d5bcd1

Browse files
committed
remove log
1 parent 5feec90 commit 4d5bcd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scanners/diffScan.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ async function scanDiff({
1414

1515
const commitSha = process.env.GITHUB_SHA;
1616

17-
console.log(`commitSha ${commitSha}`);
18-
1917
const git = simpleGit(repoPath);
2018

2119
const diffResult = await git.diff([`${commitSha}^..${commitSha}`, '--name-status', '-M']);

0 commit comments

Comments
 (0)