1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
This commit is contained in:
Dan Finlay 2016-08-23 11:42:54 -07:00
parent 4fb49dfb4b
commit 983f3938da

View File

@ -161,4 +161,3 @@ function setData (data) {
window.localStorage[STORAGE_KEY] = JSON.stringify(data)
}
function noop () {}