1
0
mirror of synced 2026-08-04 14:16:55 +00:00

Revert "Debugging"

This reverts commit f6d862f
This commit is contained in:
Chris Beach
2017-10-15 22:08:48 +01:00
parent d73e6b5004
commit e556e75253
@@ -9,8 +9,8 @@ module DiscourseDonations
def create
output = { 'messages' => [], 'rewards' => [] }
Rails.logger.debug params.inspect
Rails.logger.debug user_params.inspect
debug(params)
debug(user_params)
if create_account
if !email.present? || !user_params[:username].present?