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
6f39be03f1
commit
a0b8d67e3e
|
@ -399,9 +399,7 @@ export class Ssh implements INodeType {
|
|||
}
|
||||
}
|
||||
} catch (error) {
|
||||
console.log('error', error);
|
||||
if (this.continueOnFail()) {
|
||||
console.log('k1');
|
||||
if (resource === 'file' && operation === 'download') {
|
||||
items[i] = {
|
||||
json: {
|
||||
|
|
Loading…
Reference in a new issue