Skip to content

Commit

Permalink
fix: spurious console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Oct 17, 2023
1 parent 68f9c7d commit 0c29de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/identities/CommandList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit 0c29de4

Please sign in to comment.