Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Epic428 committed Nov 21, 2023
1 parent 1f61177 commit 4c720b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export class Commands {
private commands: Collection<string, Collection<string, string>>;

constructor() {
console.log(DB_CONFIG);
this.database = new Database(DB_CONFIG);
this.commands = new Collection<string, Collection<string, string>>(Object.values(CommandType).map(type => [type, new Collection<string, string>()]));

Expand Down

0 comments on commit 4c720b2

Please sign in to comment.