Skip to content

Commit

Permalink
forgotten debug dump on submit removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomFlidr committed Jan 22, 2021
1 parent 385eed2 commit fb1b884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion App/Forms/UserRegistration.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ public function Submit (array & $rawRequestParams = []) {
\MvcCore\Model::PROPS_INHERIT |
\MvcCore\Model::PROPS_CONVERT_UNDERSCORES_TO_CAMELCASE
);
xxx($newUser);

$newUser->Save(
TRUE,
Expand Down

0 comments on commit fb1b884

Please sign in to comment.