diff --git a/kodi-nfo-feeder.py b/kodi-nfo-feeder.py index 077ec06..fcb8783 100644 --- a/kodi-nfo-feeder.py +++ b/kodi-nfo-feeder.py @@ -17,8 +17,6 @@ import requests from requests.auth import HTTPBasicAuth -# TODO Process files that already exist on start - # Exit codes # 1: Config file invalid, it has no sections # 2: Config file invalid, sections must define at least CONST.CFG_MANDATORY @@ -429,7 +427,6 @@ if __name__ == '__main__': watch_dir = watch_dir_config["watch_dir"] output_dir = watch_dir_config["output_dir"] section_name = watch_dir_config["section"] - log.debug(f"Watch dir config: {watch_dir_config}") log.info(f"File '{file_name}' was moved to watch directory " f"""'{watch_dir}', processing ...""")