From d750daed5ca0eccd741708e03a770b9f6c7ac36c Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Wed, 12 Oct 2016 13:05:15 -0700 Subject: Remove logs. --- app/scripts/metamask-controller.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/scripts') diff --git a/app/scripts/metamask-controller.js b/app/scripts/metamask-controller.js index 700d3f2ec..65c5ba58b 100644 --- a/app/scripts/metamask-controller.js +++ b/app/scripts/metamask-controller.js @@ -280,8 +280,6 @@ module.exports = class MetamaskController { checkTOSChange () { try { const storedHash = this.configManager.getTOSHash() || 0 - console.log('storedHash is: ', storedHash) - console.log('global.TOS_HASH is: ', global.TOS_HASH) if (storedHash !== global.TOS_HASH) { this.resetDisclaimer() this.setTOSHash(global.TOS_HASH) -- cgit