Skip to content

Commit 3bd2879

Browse files
committed
remove console.log
1 parent 7daca63 commit 3bd2879

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/parse-git-diff.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ export default function parseGitDiff(
2929

3030
function parseFileChanges(ctx: Context): AnyFileChange[] {
3131
const changedFiles: AnyFileChange[] = [];
32-
console.log('start');
3332
while (!ctx.isEof()) {
3433
const changed = parseFileChange(ctx);
35-
console.log({ changed });
3634
if (!changed) {
3735
break;
3836
}

0 commit comments

Comments
 (0)