From 98e91287a72c868fdb451603df15d17cbcf5962a Mon Sep 17 00:00:00 2001 From: Tim Krehan Date: Fri, 24 May 2019 09:49:46 +0200 Subject: [PATCH] removed debug message from console log --- js/list.js | 1 - 1 file changed, 1 deletion(-) 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); } }