diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-14 14:10:33 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:35:39 +0100 |
commit | 1d405d0e62a708928bccd2222ebd89d4804231f9 (patch) | |
tree | 70e65eb7d3b550c54f235a1ff1d7ab63b8a9c2e8 /app/config/config_dev.yml | |
parent | c38d27d4216bf74d6d3ae8f8f22d68923418ad80 (diff) | |
download | wallabag-1d405d0e62a708928bccd2222ebd89d4804231f9.tar.gz wallabag-1d405d0e62a708928bccd2222ebd89d4804231f9.tar.zst wallabag-1d405d0e62a708928bccd2222ebd89d4804231f9.zip |
Remove some commented code
Diffstat (limited to 'app/config/config_dev.yml')
-rw-r--r-- | app/config/config_dev.yml | 8 |
1 files changed, 0 insertions, 8 deletions
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: | |||
32 | VERBOSITY_VERY_VERBOSE: NOTICE | 32 | VERBOSITY_VERY_VERBOSE: NOTICE |
33 | VERBOSITY_DEBUG: DEBUG | 33 | VERBOSITY_DEBUG: DEBUG |
34 | channels: ["doctrine"] | 34 | channels: ["doctrine"] |
35 | # uncomment to get logging in your browser | ||
36 | # you may have to allow bigger header sizes in your Web server configuration | ||
37 | #firephp: | ||
38 | # type: firephp | ||
39 | # level: info | ||
40 | #chromephp: | ||
41 | # type: chromephp | ||
42 | # level: info | ||
43 | 35 | ||
44 | assetic: | 36 | assetic: |
45 | use_controller: true | 37 | use_controller: true |