remove debug info

This commit is contained in:
Egor Svitin
2023-02-22 09:19:23 +03:00
parent 91daad730f
commit 47dec26d88
2 changed files with 1 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ class Updater:
print("Start Configure")
self.update_config()
if hasattr(self.args, 'source') and self.is_source_exists(self.args.source):
print("Start source update" + self.args.source)
print("Start single source" + self.args.source)
self.parse_source(self.args.source)
return