Remove console logging
This commit is contained in:
parent
f1a51dad84
commit
c583be7756
7 changed files with 0 additions and 34 deletions
|
|
@ -147,7 +147,6 @@ export default createStore({
|
|||
(store) => {
|
||||
// Load initial state from localStorage
|
||||
LOCALSTORAGE_KEYS.forEach((key) => {
|
||||
console.log(key);
|
||||
const saved = localStorage.getItem(key);
|
||||
if (saved !== null) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue