From 5cbece90c0cd3e666b67a4bbcea481a10738c24b Mon Sep 17 00:00:00 2001 From: ryanml Date: Tue, 17 Aug 2021 01:56:18 -0700 Subject: [PATCH] Removing unnecessary console log from the preferences controller (#11828) --- app/scripts/controllers/preferences.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/scripts/controllers/preferences.js b/app/scripts/controllers/preferences.js index bd2c91a09..11b38a478 100644 --- a/app/scripts/controllers/preferences.js +++ b/app/scripts/controllers/preferences.js @@ -816,7 +816,6 @@ export default class PreferencesController { return await tokenContract .supportsInterface(ERC721_INTERFACE_ID) .catch((error) => { - console.log('error', error); log.debug(error); return false; });