Skip to content

Commit

Permalink
Removed commented out test line
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Mar 19, 2016
1 parent 4d418a5 commit a05a4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/File/Ban.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function getAll(): \Generator {
public function isBanned(int $userId): \Generator {
// inb4 people "testing" banning me
if ($userId === 508666) {
//return false;
return false;
}

$banned = yield from $this->getAll();
Expand Down

0 comments on commit a05a4f8

Please sign in to comment.