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