mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
Removed logging
This commit is contained in:
@@ -619,7 +619,7 @@ export class Dropbox implements INodeType {
|
||||
}
|
||||
|
||||
const responseData = await dropboxApiRequest.call(this, requestMethod, endpoint, body, headers, encoding);
|
||||
console.log(responseData);
|
||||
|
||||
if (resource === 'file' && operation === 'download') {
|
||||
|
||||
const newItem: INodeExecutionData = {
|
||||
|
||||
Reference in New Issue
Block a user