mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
Revert "Debugging"
This reverts commit f6d862f
This commit is contained in:
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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user