mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Remove console.log
This commit is contained in:
@@ -375,8 +375,6 @@ export class Ssh implements INodeType {
|
||||
const parameterPath = this.getNodeParameter('path', i) as string;
|
||||
const fileName = this.getNodeParameter('options.fileName', i, '') as string;
|
||||
|
||||
console.log('path', parameterPath);
|
||||
|
||||
const item = items[i];
|
||||
|
||||
if (item.binary === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user