From 52acfffbf00c09775778fc1745a97355d02e4163 Mon Sep 17 00:00:00 2001 From: Lukáš Růžička Date: Jul 12 2019 11:17:49 +0000 Subject: Delete a useless print. --- diff --git a/modular.log b/modular.log new file mode 100644 index 0000000..efee886 --- /dev/null +++ b/modular.log @@ -0,0 +1,6 @@ +INFO:root:Script started. +INFO:dnf:Poslední kontrola metadat: před 3:19:13, Pá 12. července 2019, 09:57:08 CEST. +INFO:root:The test suite has been initialized. +INFO:root:The "dnf module list" operation was succesful. +INFO:root:The list method finished successfully. +INFO:root:Script finished with exit code 0. diff --git a/modular_functions.py b/modular_functions.py index 3846af0..cbf7ad2 100755 --- a/modular_functions.py +++ b/modular_functions.py @@ -314,7 +314,6 @@ class ModuleTest: modules = self.suite.module_list() if module in modules.keys(): info = modules[module] - print(info) self.overall['list'] = 'pass' print(f"Showing information for: {module}\n========================================") for rec in info: