fix: unused logs

This commit is contained in:
Artemy 2022-11-01 20:31:29 +03:00
parent 80eec14ecf
commit e894fcfac5
2 changed files with 0 additions and 3 deletions

View file

@ -16,7 +16,6 @@ function PubNote() {
data data
.json() .json()
.then((data) => { .then((data) => {
console.log("awdawd");
setNote(data); setNote(data);
}) })
.catch(() => { .catch(() => {

View file

@ -23,8 +23,6 @@ function Save() {
time: Date.now(), time: Date.now(),
}; };
console.log(notesObj);
localStorage.setObj("Notes", notesObj); localStorage.setObj("Notes", notesObj);
localStorage.removeItem("NoteName"); localStorage.removeItem("NoteName");