Skip to content

Commit

Permalink
move client log to end
Browse files Browse the repository at this point in the history
  • Loading branch information
monilpat committed Jan 9, 2025
1 parent 8fb01a6 commit 2790821
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,6 @@ export async function initializeClients(
clients.lens = lensClient;
}

elizaLogger.log("client keys", Object.keys(clients));

// TODO: Add Slack client to the list
// Initialize clients as an object

Expand Down Expand Up @@ -484,6 +482,7 @@ export async function initializeClients(
}
}
}
elizaLogger.log("client keys", Object.keys(clients));

return clients;
}
Expand Down

0 comments on commit 2790821

Please sign in to comment.