Removing unnecessary console log from the preferences controller (#11828)

feature/default_network_editable
ryanml 3 years ago committed by GitHub
parent 46c4cc1966
commit 5cbece90c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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;
});

Loading…
Cancel
Save