From 69b419f53bffbc0362fec1ca02cd12041b0a94dc Mon Sep 17 00:00:00 2001 From: Defi Boy Date: Wed, 29 Jul 2020 13:36:10 +0100 Subject: [PATCH] remove console log --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 757684ba68..05f138bf8b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -68,8 +68,6 @@ const App = () => { ...newContractsMapWithDocumentation, ]); - console.log("New Map", newMap); - const status: Status = { key: "succeed", type: "success",