Skip to content

Commit

Permalink
Removing unnecessary console log from the preferences controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml committed Aug 13, 2021
1 parent 428b86f commit 00b8a8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/scripts/controllers/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
Expand Down

0 comments on commit 00b8a8d

Please sign in to comment.