mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
removed debug message from console log
This commit is contained in:
parent
086970c4da
commit
98e91287a7
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ function highlightNewEntry(){
|
|||
newRow.addClass($(checkBox).data("color"));
|
||||
}, 1000);
|
||||
document.cookie = "newItem=-1"
|
||||
console.log(document.cookie);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue