Various small fixes

This commit is contained in:
Pieter Vander Vennet 2020-08-07 20:50:46 +02:00
parent b8f912e00f
commit e35c85fc55
12 changed files with 26 additions and 49 deletions

View file

@ -12,7 +12,6 @@ export class LocalStorageSource {
source.addCallback((data) => {
localStorage.setItem(key, data);
console.log("Writing to local storage", key, data)
});
return source;
} catch (e) {