Skip to content

Commit

Permalink
fix: remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jul 6, 2024
1 parent df2497a commit 212dddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/structures/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import nodegyp from "node-gyp-build";
const __dirname = dirname(fileURLToPath(import.meta.url));

const Native = nodegyp(join(__dirname, "..", "..")).Client;
console.log({ Native });

class Client extends EventEmitter {
public _client: ClientType;
Expand Down

0 comments on commit 212dddf

Please sign in to comment.