From 1d405d0e62a708928bccd2222ebd89d4804231f9 Mon Sep 17 00:00:00 2001
From: Jeremy Benoist <jeremy.benoist@gmail.com>
Date: Thu, 14 Jan 2016 14:10:33 +0100
Subject: Remove some commented code

---
 app/config/config.yml     | 6 ------
 app/config/config_dev.yml | 8 --------
 2 files changed, 14 deletions(-)

(limited to 'app/config')

diff --git a/app/config/config.yml b/app/config/config.yml
index 5bc16dd9..5fac3192 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -170,14 +170,8 @@ liip_theme:
     autodetect_theme: wallabag_core.helper.detect_active_theme
 
     path_patterns:
-        # app_resource:
-        #     - %%app_path%%/views/themes/%%current_theme%%/%%template%%
-        #     - %%app_path%%/views/%%template%%
         bundle_resource:
             - %%bundle_path%%/Resources/views/themes/%%current_theme%%/%%template%%
-        # bundle_resource_dir:
-        #     - %%dir%%/views/themes/%%current_theme%%/%%bundle_name%%/%%template%%
-        #     - %%dir%%/views/%%bundle_name%%/%%override_path%%
 
 fos_user:
     db_driver: orm
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml
index 205e0f66..116dd0d5 100644
--- a/app/config/config_dev.yml
+++ b/app/config/config_dev.yml
@@ -32,14 +32,6 @@ monolog:
                 VERBOSITY_VERY_VERBOSE: NOTICE
                 VERBOSITY_DEBUG: DEBUG
             channels: ["doctrine"]
-        # uncomment to get logging in your browser
-        # you may have to allow bigger header sizes in your Web server configuration
-        #firephp:
-        #    type:   firephp
-        #    level:  info
-        #chromephp:
-        #    type:   chromephp
-        #    level:  info
 
 assetic:
     use_controller: true
-- 
cgit v1.2.3