From 633a314fa94b7d608ebda53a375bd249b9a52976 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 19 Aug 2020 16:24:30 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=96=20clean=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/helpers/schema.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/round/src/helpers/schema.ts b/packages/round/src/helpers/schema.ts index 24c536ca..d6794248 100644 --- a/packages/round/src/helpers/schema.ts +++ b/packages/round/src/helpers/schema.ts @@ -1,8 +1,6 @@ import fs from "fs"; import path from "path"; -import { spinner } from "shared"; - import { staticCursors, animatedCursors, animatedClip } from "../cursors.json"; import { schemesPath, bitmapsPath, rawSvgsDir } from "../color"; import { ColorSchema, Configs } from "../types"; @@ -74,8 +72,6 @@ const generateConfigs = (colorSchemes: ColorSchema, dirPrefix: string) => { staticCursors, animatedClip }; - - spinner.succeed(); } return configs;