diff options
author | Pixelated <pixelated@pix-poa-1> | 2015-12-23 15:13:42 -0200 |
---|---|---|
committer | Pixelated <pixelated@pix-poa-1> | 2015-12-23 15:13:42 -0200 |
commit | 5b32f9f9d10e3de3cd142414e40b75d1672a076e (patch) | |
tree | d08ea2de53f03f062ef5fcca1d0caf2d78120062 /service/pixelated | |
parent | e0e1ee29e1bede2dbee6108c1a923663eecac9fd (diff) |
removes attachment feature toggle
Issue #548
Diffstat (limited to 'service/pixelated')
-rw-r--r-- | service/pixelated/resources/features_resource.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/service/pixelated/resources/features_resource.py b/service/pixelated/resources/features_resource.py index fe79082b..958c1414 100644 --- a/service/pixelated/resources/features_resource.py +++ b/service/pixelated/resources/features_resource.py @@ -37,6 +37,4 @@ class FeaturesResource(Resource): disabled_features = [default_disabled_feature for default_disabled_feature in self.DISABLED_FEATURES] if os.environ.get('FEEDBACK_URL') is None: disabled_features.append('feedback') - if 'ATTACHMENT' not in os.environ: - disabled_features.append('attachment') return disabled_features |