Skip to content

Commit ad6b74f

Browse files
committed
[megalinter] remove console.log
1 parent 99ce1d5 commit ad6b74f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

megalinter/src/dagger/jobs.ts

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export async function lint(
3939

4040
await ctr.stdout();
4141

42-
console.log(await ctr.directory("/app").entries());
43-
4442
return ctr.directory("/app/megalinter-reports").id();
4543
}
4644
export type JobExec = (

0 commit comments

Comments
 (0)