Skip to content

Commit

Permalink
Removed debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Mar 19, 2016
1 parent 1ab47bd commit 4d418a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Chat/Plugin/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function handle(Message $message): \Generator

if ($message instanceof UserMessage) {
if (yield from $this->banList->isBanned($message->getUserId())) {
var_dump('user is banned');
return;
}
}
Expand Down

0 comments on commit 4d418a5

Please sign in to comment.