Remove debug logging
This commit is contained in:
parent
7587821927
commit
bb84d03776
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ export default class TaskService extends AbstractService {
|
|||
|
||||
processModel(model) {
|
||||
|
||||
console.log(model)
|
||||
|
||||
// Ensure that listId is an int
|
||||
model.listId = Number(model.listId)
|
||||
|
||||
|
|
Loading…
Reference in a new issue