Skip to content

Commit

Permalink
fix(contexts): delete reudant console log in message
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Jan 11, 2024
1 parent 845b201 commit 5a34bf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vk-io/src/structures/contexts/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,6 @@ class MessageContext<S = ContextDefaultState>
}
: payload;

console.log(payload);

const { message } = this;

this.text = message.text
Expand Down

0 comments on commit 5a34bf6

Please sign in to comment.