1
0

Remove debug logging

This commit is contained in:
kolaente
2020-04-14 22:55:50 +02:00
parent 7587821927
commit bb84d03776

View File

@ -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)