mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
logState - dont redundantly log to console
This commit is contained in:
parent
de2cf4e9cd
commit
9d69951dec
@ -43,7 +43,6 @@ function rootReducer (state, action) {
|
||||
|
||||
window.logState = function () {
|
||||
var stateString = JSON.stringify(window.METAMASK_CACHED_LOG_STATE, removeSeedWords, 2)
|
||||
console.log(stateString)
|
||||
return stateString
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user