diff --git a/config/environments/development.rb b/config/environments/development.rb
index 356e26bd68cbba66928c754bd1fef6c17cc608f0..03af7f078648d3bf133ef61d277d543020ae2c8b 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -23,7 +23,7 @@ Gitlab::Application.configure do
   config.assets.compress = false
 
   # Expands the lines which load the assets
-  config.assets.debug = true
+  # config.assets.debug = true
 
   # For having correct urls in mails
   config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }