removed console.log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user