Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcuetos97 committed Sep 2, 2022
1 parent 22edc2a commit d0d6086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const handleRenderSaveBtn = () => {

// Render the list of note titles
const renderNoteList = async (notes) => {
console.log("rendering");
let jsonNotes = await notes.json();
if (window.location.pathname === '/notes') {
noteList.forEach((el) => (el.innerHTML = ''));
Expand Down

0 comments on commit d0d6086

Please sign in to comment.