From c95985cc10237bc53e06d39b25a25126298407df Mon Sep 17 00:00:00 2001 From: Mqxx <62719703+Mqxx@users.noreply.github.com> Date: Fri, 12 Jan 2024 06:59:16 +0100 Subject: [PATCH] Update sass_plugin_setup.ts --- src/sass_plugin_setup.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sass_plugin_setup.ts b/src/sass_plugin_setup.ts index 111b37b..1134664 100644 --- a/src/sass_plugin_setup.ts +++ b/src/sass_plugin_setup.ts @@ -33,8 +33,6 @@ export default function sassPluginSetup( const fileContent = await Deno.readTextFile(args.path); - console.log(path, args.path); - try { const css = sass( fileContent, @@ -59,8 +57,6 @@ export default function sassPluginSetup( loader: 'css', }; } - - }, ); }