From 0c29de4cdc48ab9a390cc99edaf7de4395a806fe Mon Sep 17 00:00:00 2001 From: Roger Qiu Date: Tue, 17 Oct 2023 18:17:43 +1100 Subject: [PATCH] fix: spurious `console.log` --- src/identities/CommandList.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/identities/CommandList.ts b/src/identities/CommandList.ts index 01810dc9..de0f7aca 100644 --- a/src/identities/CommandList.ts +++ b/src/identities/CommandList.ts @@ -112,7 +112,6 @@ class CommandList extends CommandPolykey { for (const node of gestalt.nodes) { output.push(`${node.nodeId}`); } - console.log(gestalt) // Listing identities for (const identity of gestalt.identities) { output.push(`${identity.providerId}:${identity.identityId}`);