0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 13:33:50 +01:00

Remove unused Config.config_dir_path attribute

This is no longer used and only serves to confuse.
This commit is contained in:
Richard van der Hoff 2019-06-21 17:13:27 +01:00
parent edea4bb5be
commit 367a8263b3

View file

@ -414,9 +414,6 @@ class Config(object):
Returns: dict
"""
# FIXME: get rid of this
self.config_dir_path = config_dir_path
# first we read the config files into a dict
specified_config = {}
for config_file in config_files: