Browse Source

CLDC-4338: remove test logs button on staging (#3290)

CLDC-NONE-update-local-development-docs^2
Nat Dean-Lewis 4 days ago committed by GitHub
parent
commit
47c47ae855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -28,7 +28,7 @@ class FeatureToggle
end
def self.create_test_logs_enabled?
Rails.env.development? || Rails.env.review? || Rails.env.staging?
Rails.env.development? || Rails.env.review?
end
def self.sales_export_enabled?

Loading…
Cancel
Save