Skip to content

Commit 9bd8e1c

Browse files
committed
remove console.log
1 parent 3329fe2 commit 9bd8e1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/sass.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export async function compileSass(
8686
const userLayers = mergeLayers(
8787
...bundles.map((bundle) => bundle.user || []).flat(),
8888
);
89-
console.log("userLayers", userLayers);
9089

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

0 commit comments

Comments
 (0)