From 7a81d84872906510ba5df661c9d8e9369676cd24 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Sat, 25 Jul 2020 18:16:22 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 6a6293a..3d0cf56 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,9 +13,7 @@ import { svgs } from "./config"; } // Generating HTML Template - const template = generateRenderTemplate(data); - - console.log(template); + generateRenderTemplate(data); }); }); })();