mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
Remove loggers
This commit is contained in:
@@ -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 });
|
||||||
|
|||||||
Reference in New Issue
Block a user