Skip to content

Commit

Permalink
Pronouns: remove debug things :3
Browse files Browse the repository at this point in the history
  • Loading branch information
veselcraft committed Nov 30, 2023
1 parent ec5c95e commit 19d1869
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Web/Presenters/UserPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ function renderEdit(): void
if ($this->postParam("politViews") <= 9 && $this->postParam("politViews") >= 0)
$user->setPolit_Views($this->postParam("politViews"));

bdump($this->postParam("pronouns"));
if ($this->postParam("pronouns") <= 2 && $this->postParam("pronouns") >= 0)
switch ($this->postParam("pronouns")) {
case '0':
Expand Down

0 comments on commit 19d1869

Please sign in to comment.