mirror of
https://github.com/openvk/openvk
synced 2025-04-23 00:23:01 +03:00
Pronouns: remove debug things :3
This commit is contained in:
parent
ec5c95e48f
commit
19d18696da
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ final class UserPresenter extends OpenVKPresenter
|
|||
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':
|
||||
|
|
Loading…
Reference in a new issue