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

Remove already handled TODO comment.

This commit is contained in:
Dan 2018-01-24 16:49:12 -03:30
parent f09d72fa2a
commit b281a52759

View File

@ -64,7 +64,6 @@ async function loadStateFromPersistence () {
log.error('error fetching state from local store:', err)
}
// TODO: handle possible exceptions (https://developer.chrome.com/apps/runtime#property-lastError)
versionedData = Object.keys(localData).length > 0 ? localData : versionedData
}