mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
removed console.log
This commit is contained in:
parent
9d50fb0c33
commit
4e1ac1eb2f
|
@ -283,8 +283,6 @@ export class Todoist implements INodeType {
|
|||
body.label_ids = labels
|
||||
}
|
||||
|
||||
console.log(labels)
|
||||
|
||||
try {
|
||||
response = await todoistApiRequest.call(this, '/tasks', 'POST', body);
|
||||
} catch (err) {
|
||||
|
|
Loading…
Reference in a new issue