Skip to content

Commit 20d5ea0

Browse files
committed
remove console.log
1 parent f892692 commit 20d5ea0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/domain/packaging-manager/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ export class PackagingManager {
378378
? nodeVersionFromUser || DEFAULT_CONTAINER_NODE_VERSION
379379
: nodeVersionFromUser || nodeVersionFromRuntime || DEFAULT_LAMBDA_NODE_VERSION;
380380
const useEsm = languageSpecificConfig?.outputModuleFormat === 'esm' || nodeVersion >= 24;
381-
console.log('useEsm', useEsm);
382381
const sharedStpBuildpackProps = {
383382
...packaging.properties,
384383
minify: false,

0 commit comments

Comments
 (0)