diff --git a/static/demos/light-dark-demo-4/sw.js b/static/demos/light-dark-demo-4/sw.js index f971648..e5d07b2 100644 --- a/static/demos/light-dark-demo-4/sw.js +++ b/static/demos/light-dark-demo-4/sw.js @@ -66,7 +66,7 @@ function toggleLightDark(transaction){ grab.onerror = ()=>{console.error("grab error");res();}; grab.onsuccess = (event)=>{ const val = event.result; - console.log(val); + console.log("Val is: ",val); if(val){ const yeet = obj_store.delete(1); yeet.onsuccess = res;