Remove console.log
This commit is contained in:
parent
4af6363f8e
commit
b7db800490
2 changed files with 0 additions and 4 deletions
|
@ -117,8 +117,6 @@
|
|||
if (clearCache) {
|
||||
this._invalidateCache();
|
||||
}
|
||||
console.log('delete from model');
|
||||
console.log(task);
|
||||
return data;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue