mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🐛 Remove console.log
This commit is contained in:
parent
4946bfcd3e
commit
e366b1ac8f
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue