mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-06 04:53:56 +03:00
fix: unused logs
This commit is contained in:
parent
80eec14ecf
commit
e894fcfac5
2 changed files with 0 additions and 3 deletions
|
@ -16,7 +16,6 @@ function PubNote() {
|
||||||
data
|
data
|
||||||
.json()
|
.json()
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
console.log("awdawd");
|
|
||||||
setNote(data);
|
setNote(data);
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
|
|
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue