mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 08:58:58 +08:00
Account sync: remove debug info
CURA-7290
This commit is contained in:
parent
acf36d1e42
commit
4b88247af8
@ -136,10 +136,9 @@ class Account(QObject):
|
||||
return user_profile.__dict__
|
||||
|
||||
def _onIsSyncingChanged(self, active: bool):
|
||||
Logger.info("active: {}", active)
|
||||
if not active:
|
||||
# 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()
|
||||
|
||||
@pyqtProperty(str, notify=lastSyncDateTimeChanged)
|
||||
|
Loading…
x
Reference in New Issue
Block a user