Revert "Clean up comment"

This reverts commit 8253093a2b.
This commit is contained in:
Jordan Eldredge 2018-10-01 12:50:21 -07:00 committed by GitHub
parent 29eb56b0b3
commit 4bcaf61c60

View file

@ -21,7 +21,7 @@ export async function bindToIndexedDB(webamp, clearState, useState) {
try {
previousSerializedState = await localStore.get(LOCAL_STORAGE_KEY);
} catch (e) {
console.error("Failed to load the saved state from IndexedDB", e);
console.error("Failed to load the saves state from IndexedDB", e);
}
if (previousSerializedState != null) {