mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
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:
parent
42f7cead4d
commit
1fc0705c31
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue