diff --git a/app.js b/app.js index fa0db4b..ba18e09 100644 --- a/app.js +++ b/app.js @@ -15,5 +15,4 @@ function newlist() { function del() { listContainer.removeChild(listContainer.lastChild); - // alert("Working!!!"); }