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.
This commit is contained in:
Jaime van Kessel 2020-02-03 13:20:08 +01:00
parent 42f7cead4d
commit 1fc0705c31
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -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: