mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove logs.
This commit is contained in:
parent
3954ed2a7e
commit
d750daed5c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user