From ed3ab420ef6f774277ca9dd455be2fa4db141bb8 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 23 Aug 2023 12:47:36 +0200 Subject: [PATCH] debug print removed --- pmodules_tools/db_diff/check.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pmodules_tools/db_diff/check.py b/pmodules_tools/db_diff/check.py index e2fe23e4..080b89f8 100644 --- a/pmodules_tools/db_diff/check.py +++ b/pmodules_tools/db_diff/check.py @@ -102,7 +102,6 @@ def db_check_diff(current_pmodule_state, Pmodules_db_path, Pmodules_states): ) old_db = set(" ".join(i.split()) for i in old_pmodule_state.splitlines()) all_module_list = list(current_db) - print(all_module_list) all_module_list = sorted(all_module_list) # We have to check the differences between the pmodule states.