From 1fc0705c3129763741cef23c1575e2652de3e8ef Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 3 Feb 2020 13:20:08 +0100 Subject: [PATCH] Remove a bit of over verbose logging It would put the content of the entire licence file into the log, which seems a bit much to me. --- plugins/Toolbox/src/CloudSync/SyncOrchestrator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py b/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py index 4b8b3cf7f9..a9bae40cd1 100644 --- a/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py +++ b/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py @@ -75,8 +75,6 @@ class SyncOrchestrator(Extension): # Called when user has accepted / declined all licenses for the downloaded packages def _onLicenseAnswers(self, answers: List[Dict[str, Any]]) -> None: - Logger.debug("Got license answers: {}", answers) - has_changes = False # True when at least one package is installed for item in answers: