Skip to content

Commit

Permalink
clear debug
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed May 7, 2024
1 parent 5a393c4 commit 816184e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/compendium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default new Proxy(client, {

export async function init() {
if (!initialized) {
console.log(client);
await client.initialize();
initialized = true;
}
Expand Down

0 comments on commit 816184e

Please sign in to comment.