🐛 Remove console.log

This commit is contained in:
Jan Oberhauser 2021-05-29 13:51:36 -05:00
parent 4946bfcd3e
commit e366b1ac8f

View file

@ -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) {