mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
remove console.logs
This commit is contained in:
@@ -1115,8 +1115,6 @@ export class ActiveCampaign implements INodeType {
|
||||
// deal:createNote
|
||||
// ----------------------------------
|
||||
requestMethod = 'POST'
|
||||
console.log(operation)
|
||||
console.log(this.getNodeParameter('dealNote', i) as string)
|
||||
|
||||
body.note = {
|
||||
note: this.getNodeParameter('dealNote', i) as string,
|
||||
@@ -1145,11 +1143,7 @@ export class ActiveCampaign implements INodeType {
|
||||
} else {
|
||||
throw new Error(`The resource "${resource}" is not known!`);
|
||||
}
|
||||
console.log(requestMethod)
|
||||
console.log(endpoint)
|
||||
console.log(body)
|
||||
console.log(qs)
|
||||
console.log(dataKey)
|
||||
|
||||
let responseData;
|
||||
if (returnAll === true) {
|
||||
responseData = await activeCampaignApiRequestAllItems.call(this, requestMethod, endpoint, body, qs, dataKey);
|
||||
|
||||
Reference in New Issue
Block a user