mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test(cli): Remove console.log (#4136)
This commit is contained in:
@@ -39,7 +39,6 @@ class NodeTypesClass implements INodeTypes {
|
||||
async init(nodeTypes: INodeTypeData): Promise<void> {}
|
||||
|
||||
getAll(): INodeType[] {
|
||||
console.log('1234');
|
||||
return Object.values(this.nodeTypes).map((data) => NodeHelpers.getVersionedNodeType(data.type));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user