Skip to content

Commit

Permalink
Removed forgotten var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmaack authored Jul 5, 2016
1 parent 148f13c commit 7e459c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/modules/registration_info_mailer/src/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,5 @@ protected function getUserOptions($objUser)
self::$arrUserOptions[$v] = $objUser->$v;
}
}

var_dump(self::$arrUserOptions);
}
}

0 comments on commit 7e459c3

Please sign in to comment.