Remove debug logging

This commit is contained in:
kolaente 2020-04-14 22:55:50 +02:00
parent 7587821927
commit bb84d03776
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

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)