From d5be9dbabba651a6df6b6d5f793250c2f8f56c4e Mon Sep 17 00:00:00 2001 From: Grandschtroumpf Date: Mon, 1 Jul 2019 17:55:58 +0200 Subject: [PATCH] remove console.log --- src/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.js b/src/app.js index cd602c07cc..563d43e05f 100644 --- a/src/app.js +++ b/src/app.js @@ -444,7 +444,6 @@ Please make a backup of your contracts and start using http://remix.ethereum.org // Set workspace after initial activation if (Array.isArray(workspace)) { - console.log(workspace) appManager.activateMany(workspace) }