Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Aug 6, 2024
1 parent 9a5399d commit 893b8d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/torus-scripts/config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const getDefaultConfig = (name) => {
if (torusConfig.esm) finalTasks.push(esmCombinedExport);
if (torusConfig.libEsm) finalTasks.push(esmOriginalExport);
if (torusConfig.libCjs) finalTasks.push(cjsOriginalExport);
console.log(finalTasks, "tasks");
return finalTasks;
};

Expand Down

0 comments on commit 893b8d8

Please sign in to comment.