diff --git a/js/list.js b/js/list.js index d551cbe..781d738 100644 --- a/js/list.js +++ b/js/list.js @@ -22,7 +22,6 @@ function highlightNewEntry(){ newRow.addClass($(checkBox).data("color")); }, 1000); document.cookie = "newItem=-1" - console.log(document.cookie); } }