From 0df256445531999c8bcf31fe35028499d7d5f588 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 11 Feb 2022 11:46:47 +0100 Subject: [PATCH] rm comment --- apps/remix-ide/src/app/plugins/storage.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/remix-ide/src/app/plugins/storage.ts b/apps/remix-ide/src/app/plugins/storage.ts index f50a98ca1c..2bf50fdb58 100644 --- a/apps/remix-ide/src/app/plugins/storage.ts +++ b/apps/remix-ide/src/app/plugins/storage.ts @@ -9,12 +9,10 @@ const profile = { export class StoragePlugin extends Plugin { constructor() { - console.log('storage plugin') super(profile); } async getStorage() { - console.log('getStorage') if ('storage' in navigator && 'estimate' in navigator.storage) { return navigator.storage.estimate() } else {