Drop logging for now

This commit is contained in:
Luke Murphy 2021-01-10 14:58:23 +01:00
parent 301f426cf9
commit cc5ef29d2e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -42,10 +42,7 @@ class Bot(ClientXMPP):
config_file_path = Path(self.CONFIG_FILE).absolute()
if not exists(config_file_path):
print(f"No {self.CONFIG_FILE} found, generating you one now...")
self.generate_config()
else:
print(f"Discovered {config_file_path}...")
self.config = ConfigParser()
self.config.read(config_file_path)