mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Removed unnecessary logging.
This commit is contained in:
@@ -104,7 +104,7 @@ export class ClockifyTrigger implements INodeType {
|
||||
qs['in-progress'] = false;
|
||||
break;
|
||||
}
|
||||
console.error(qs);
|
||||
|
||||
try {
|
||||
result = await clockifyApiRequest.call(this, 'GET', resource, {}, qs );
|
||||
webhookData.lastTimeChecked = qs.end_date;
|
||||
|
||||
Reference in New Issue
Block a user