Remove debug logging

This commit is contained in:
kolaente 2020-04-14 22:55:50 +02:00
parent 7587821927
commit bb84d03776
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

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)