Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura/API
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2020-06-04 15:32:37 +0300
committerJaime van Kessel <nallath@gmail.com>2020-06-04 15:32:37 +0300
commitfd2a7689cc822f1bce87736b4a8dbc9bb958c4d3 (patch)
tree55a2082a6a17bc26628126e0e78b529ea7bfc02a /cura/API
parent2ebf32831a06f5773dc0b4e9d94822c45d6603df (diff)
Remove overly spammy logging
Diffstat (limited to 'cura/API')
-rw-r--r--cura/API/Account.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cura/API/Account.py b/cura/API/Account.py
index 581a91da04..ef46368474 100644
--- a/cura/API/Account.py
+++ b/cura/API/Account.py
@@ -112,9 +112,6 @@ class Account(QObject):
:param service_name: A unique name for your service, such as `plugins` or `backups`
:param state: One of SyncState
"""
-
- Logger.info("Service {service} enters sync state {state}", service = service_name, state = state)
-
prev_state = self._sync_state
self._sync_services[service_name] = state