Remove console.log

This commit is contained in:
Raimund Schlüßler 2016-03-06 23:20:48 +01:00
parent 4af6363f8e
commit b7db800490
2 changed files with 0 additions and 4 deletions

View file

@ -117,8 +117,6 @@
if (clearCache) {
this._invalidateCache();
}
console.log('delete from model');
console.log(task);
return data;
}
}

View file

@ -3309,8 +3309,6 @@ angular.module('Tasks').factory('Calendar', ['$rootScope', '$filter', function($
if (clearCache) {
this._invalidateCache();
}
console.log('delete from model');
console.log(task);
return data;
}
}