Cleaned up noisy logs and debugs

This commit is contained in:
Thaum
2015-04-08 10:08:24 +00:00
parent 3eced2e314
commit 3fbd6d279a
6 changed files with 2 additions and 9 deletions

View File

@@ -15,7 +15,6 @@ Template.containerDialog.events({
},
//TODO validate input (integer, non-negative, etc) for these inputs and give validation errors
"change #containerNameInput, input #containerNameInput": function(event){
console.log("changed Nameinput");
var name = Template.instance().find("#containerNameInput").value;
Containers.update(this._id, {$set: {name: name}});
},