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