mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Remove overly spammy logging
This commit is contained in:
parent
2ebf32831a
commit
fd2a7689cc
2 changed files with 0 additions and 4 deletions
|
@ -62,7 +62,6 @@ class CloudPackageChecker(QObject):
|
|||
|
||||
def _getUserSubscribedPackages(self) -> None:
|
||||
self._application.getCuraAPI().account.setSyncState(self.SYNC_SERVICE_NAME, SyncState.SYNCING)
|
||||
Logger.debug("Requesting subscribed packages metadata from server.")
|
||||
url = CloudApiModel.api_url_user_packages
|
||||
self._application.getHttpRequestManager().get(url,
|
||||
callback = self._onUserPackagesRequestFinished,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue