Browse Source

Remove comment

pull/2666/head
Manny Dinssa 2 years ago
parent
commit
74431c8228
  1. 1
      app/services/bulk_upload/downloader.rb

1
app/services/bulk_upload/downloader.rb

@ -33,7 +33,6 @@ private
end
def storage_service
# or use !Rails.env.development?
@storage_service ||= if FeatureToggle.upload_enabled?
s3_storage_service
else

Loading…
Cancel
Save