summaryrefslogtreecommitdiff
path: root/poezio/poezio.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-07-04 13:14:17 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-07-04 13:14:17 +0200
commitccb2ea0ea4d08290f40a52d3f0df366c28fb13c8 (patch)
tree58ba49e2847440603a07fa677f84d8aa919a14f9 /poezio/poezio.py
parentc4d9dd48edc0080d66d9bc010a9fc6a6df92efdd (diff)
downloadpoezio-ccb2ea0ea4d08290f40a52d3f0df366c28fb13c8.tar.gz
poezio-ccb2ea0ea4d08290f40a52d3f0df366c28fb13c8.tar.bz2
poezio-ccb2ea0ea4d08290f40a52d3f0df366c28fb13c8.tar.xz
poezio-ccb2ea0ea4d08290f40a52d3f0df366c28fb13c8.zip
config: remove check_create_log_dir().
Diffstat (limited to 'poezio/poezio.py')
-rw-r--r--poezio/poezio.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/poezio/poezio.py b/poezio/poezio.py
index 0b16b6cd..58a8a4d2 100644
--- a/poezio/poezio.py
+++ b/poezio/poezio.py
@@ -79,7 +79,6 @@ def main():
from poezio import config
config.run_cmdline_args()
config.create_global_config()
- config.check_create_log_dir()
config.setup_logging()
config.post_logging_setup()