mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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 fileName = this.getNodeParameter('options.fileName', i, '') as string;
|
||||
|
||||
console.log('path', parameterPath);
|
||||
|
||||
const item = items[i];
|
||||
|
||||
if (item.binary === undefined) {
|
||||
|
|
Loading…
Reference in a new issue