diff --git a/backend/windmill-worker/loader_builder.bun.js b/backend/windmill-worker/loader_builder.bun.js index feb58be2d3..d6d43fac54 100644 --- a/backend/windmill-worker/loader_builder.bun.js +++ b/backend/windmill-worker/loader_builder.bun.js @@ -29,7 +29,6 @@ for (const i of imports) { if (name == undefined) { throw Error("Unrecognized import: " + i.path); } - console.log(name); if (isBuiltin(name)) { continue; }