Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Nov 14, 2024
1 parent 3329fe2 commit 9bd8e1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/sass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export async function compileSass(
const userLayers = mergeLayers(
...bundles.map((bundle) => bundle.user || []).flat(),
);
console.log("userLayers", userLayers);

// Gather sasslayer for the user
const userUses = userLayers.uses; //bundles.map((bundle) => bundle.user?.uses || "");
Expand Down

0 comments on commit 9bd8e1c

Please sign in to comment.