1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

Debug print removed

This commit is contained in:
Valery Sinelnikov 2022-04-27 18:36:50 +04:00 committed by Evgeny Sinelnikov
parent d1169eaeef
commit 4327f0b17b

View File

@ -64,7 +64,6 @@ class scripts_applier(applier_frontend):
logdata['exc'] = exc
log('E64', logdata)
self.folder_path.mkdir(parents=True, exist_ok=True)
print(self.__module_enabled)
if self.__module_enabled:
for ts in self.scripts:
if ts.path.split('/')[-4] == 'MACHINE':