Clean up comment

This commit is contained in:
Jordan Eldredge 2018-09-30 20:01:14 -07:00
parent b34d90e998
commit 8253093a2b

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 saves state from IndexedDB", e);
console.error("Failed to load the saved state from IndexedDB", e);
}
if (previousSerializedState != null) {