mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +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 parameterPath = this.getNodeParameter('path', i) as string;
|
||||||
const fileName = this.getNodeParameter('options.fileName', i, '') as string;
|
const fileName = this.getNodeParameter('options.fileName', i, '') as string;
|
||||||
|
|
||||||
console.log('path', parameterPath);
|
|
||||||
|
|
||||||
const item = items[i];
|
const item = items[i];
|
||||||
|
|
||||||
if (item.binary === undefined) {
|
if (item.binary === undefined) {
|
||||||
|
|||||||
Reference in New Issue
Block a user