Making things work smoothly

This commit is contained in:
Scott Idem
2024-03-28 17:34:19 -04:00
parent 86972f5a02
commit 9851c69c30
9 changed files with 257 additions and 26 deletions

View File

@@ -185,7 +185,7 @@ export let ae_app_session_data_struct: key_val = {
'testing': {},
},
};
console.log(`AE Stores - App Session Storage Data:`, ae_app_session_data_struct);
// console.log(`AE Stores - App Session Storage Data:`, ae_app_session_data_struct);
export let ae_sess = writable(ae_app_session_data_struct);