Skip to content

Commit

Permalink
Debug log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ByPikod committed Aug 3, 2023
1 parent 9b224a5 commit 0fcf329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppfun-admin-api",
"version": "1.0.3",
"version": "1.0.4",
"description": "Pixelplanet chat bot",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ export class Bot extends EventEmitter {
* @returns
*/
getUserById(id: number): User | undefined {
console.log(`Requested for: ${id}`)
console.log(this.users)
return this.users[id]
}

Expand Down

0 comments on commit 0fcf329

Please sign in to comment.