1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

logs - silence log

This commit is contained in:
kumavis 2016-02-15 14:47:43 -08:00
parent 9da4094db6
commit 8696a613c9

View File

@ -48,7 +48,6 @@ idStore.setStore(ethStore)
function getState(){
var state = extend(ethStore.getState(), idStore.getState())
console.log(state)
return state
}