mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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