From 123ddfc8446ef0bfcd060e4c7c94d6e504f0c576 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 19 Aug 2020 12:24:44 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20logs=20clean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shared/src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts index a87d5860..f3ba0846 100644 --- a/packages/shared/src/index.ts +++ b/packages/shared/src/index.ts @@ -48,7 +48,6 @@ export const renderCursors = async ({ headless: true }); try { - console.log("📸 Rendering Static Cursors..."); // Rendering satic .svg files for (let svg of staticCursors) { const buffer = fs.readFileSync(path.resolve(svgsDir, svg), "utf-8"); @@ -77,8 +76,6 @@ export const renderCursors = async ({ await page.close(); } - console.log("🎥 Rendering Animated Cursors..."); - // Rendering animated .svg files for (let [svg, { frames }] of Object.entries(animatedCursors)) { const buffer = fs.readFileSync(path.resolve(svgsDir, svg), "utf-8");