mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Account sync: remove debug info
CURA-7290
This commit is contained in:
parent
acf36d1e42
commit
4b88247af8
1 changed files with 1 additions and 2 deletions
|
|
@ -136,10 +136,9 @@ class Account(QObject):
|
||||||
return user_profile.__dict__
|
return user_profile.__dict__
|
||||||
|
|
||||||
def _onIsSyncingChanged(self, active: bool):
|
def _onIsSyncingChanged(self, active: bool):
|
||||||
Logger.info("active: {}", active)
|
|
||||||
if not active:
|
if not active:
|
||||||
# finished
|
# finished
|
||||||
self._last_sync_str = datetime.now().strftime("%d/%m/%Y %H:%M:%S")
|
self._last_sync_str = datetime.now().strftime("%d/%m/%Y %H:%M")
|
||||||
self.lastSyncDateTimeChanged.emit()
|
self.lastSyncDateTimeChanged.emit()
|
||||||
|
|
||||||
@pyqtProperty(str, notify=lastSyncDateTimeChanged)
|
@pyqtProperty(str, notify=lastSyncDateTimeChanged)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue