mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -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) {
|
} catch (error) {
|
||||||
console.log('error', error);
|
|
||||||
if (this.continueOnFail()) {
|
if (this.continueOnFail()) {
|
||||||
console.log('k1');
|
|
||||||
if (resource === 'file' && operation === 'download') {
|
if (resource === 'file' && operation === 'download') {
|
||||||
items[i] = {
|
items[i] = {
|
||||||
json: {
|
json: {
|
||||||
|
|
Loading…
Reference in a new issue