From e894fcfac5c0bbe6ab08c5bba32d5de4e5bff388 Mon Sep 17 00:00:00 2001 From: Artemy Date: Tue, 1 Nov 2022 20:31:29 +0300 Subject: [PATCH] fix: unused logs --- src/pages/pubNote.jsx | 1 - src/pages/save-local.jsx | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/pages/pubNote.jsx b/src/pages/pubNote.jsx index b347460..d9b64e1 100644 --- a/src/pages/pubNote.jsx +++ b/src/pages/pubNote.jsx @@ -16,7 +16,6 @@ function PubNote() { data .json() .then((data) => { - console.log("awdawd"); setNote(data); }) .catch(() => { diff --git a/src/pages/save-local.jsx b/src/pages/save-local.jsx index 5575a2b..63667de 100644 --- a/src/pages/save-local.jsx +++ b/src/pages/save-local.jsx @@ -23,8 +23,6 @@ function Save() { time: Date.now(), }; - console.log(notesObj); - localStorage.setObj("Notes", notesObj); localStorage.removeItem("NoteName");