Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 04d36d4

Browse files
committed
Remove random log from include resolver
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent e418695 commit 04d36d4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/src/targets/languages/rpgle.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ function setupParser(targets: Targets): Parser {
437437
}
438438
} else if (!includeFile.includes(`/`)) {
439439
const parent = path.basename(path.dirname(baseFile));
440-
console.log(parent);
441440
includeFile = `${parent}/${includeFile}`;
442441

443442

0 commit comments

Comments
 (0)