mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Remove console.log
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user