mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
Remove loggers
This commit is contained in:
parent
889dd3c3be
commit
ebf81a887b
|
@ -737,7 +737,6 @@ export class NextCloud implements INodeType {
|
|||
|
||||
try {
|
||||
responseData = await nextCloudApiRequest.call(this, requestMethod, endpoint, body, headers, encoding);
|
||||
console.log(responseData);
|
||||
} catch (error) {
|
||||
if (this.continueOnFail() === true) {
|
||||
returnData.push({ error });
|
||||
|
|
Loading…
Reference in a new issue