removed console.log

This commit is contained in:
Ricardo Espinoza 2019-11-05 18:57:04 -05:00
parent 9d50fb0c33
commit 4e1ac1eb2f

View file

@ -283,8 +283,6 @@ export class Todoist implements INodeType {
body.label_ids = labels body.label_ids = labels
} }
console.log(labels)
try { try {
response = await todoistApiRequest.call(this, '/tasks', 'POST', body); response = await todoistApiRequest.call(this, '/tasks', 'POST', body);
} catch (err) { } catch (err) {