diff --git a/cli/test/autofix2.test.ts b/cli/test/autofix2.test.ts index c4fb5d5..8158421 100644 --- a/cli/test/autofix2.test.ts +++ b/cli/test/autofix2.test.ts @@ -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);