You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE: this is somewhat hacky, but the first thing citier does is set the value
# of the +CITIER_DEBUGGING+ constant to +true+ if the rails environment is
# development. use an environment variable to re-enable
Object.send(:remove_const, :CITIER_DEBUGGING)
CITIER_DEBUGGING = !!(ENV.fetch('CITIER_DEBUGGING', false))
How do I suppress this output (in the server log and before starting up rails console)?
The text was updated successfully, but these errors were encountered: