Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed Aug 1, 2024
1 parent 063d337 commit df83302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/test/autofix2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ test(`Auto rename RPGLE program and include and fix-include infos`, async () =>

allLogs = targets.logger.getAllLogs();

console.log(allLogs);
const newPgmSource = allLogs[path.join(`src`, `BBSADMMNUR.pgm.rpgle`)].filter(log => log.type === `includeFix`);

expect(newPgmSource.length).toBe(1);
Expand Down

0 comments on commit df83302

Please sign in to comment.