From f1eb432a73ddb1e691a2872de59316e9e9472604 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 2 Sep 2022 15:58:56 +0200 Subject: [PATCH] rm log --- apps/remix-ide/src/app/editor/editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/remix-ide/src/app/editor/editor.js b/apps/remix-ide/src/app/editor/editor.js index 3ffe9c8468..10dab21ecc 100644 --- a/apps/remix-ide/src/app/editor/editor.js +++ b/apps/remix-ide/src/app/editor/editor.js @@ -230,7 +230,6 @@ class Editor extends Plugin { // we can't use the fileManager plugin call directly // because it's itself called in a plugin context, and that causes a timeout in the plugin stack const contentDep = await readFile(pathDep) - console.log(contentDep) if (contentDep !== null) { this.emit('addModel', contentDep, 'typescript', pathDep, false) }