mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
test(cli): Remove console.log (#4136)
This commit is contained in:
parent
90067f5c7e
commit
5f4830b275
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue