mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
Removed unnecessary logging.
This commit is contained in:
parent
d99e4a7bfb
commit
447fff12b0
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue