[worklog] Remove useless query for user key

This commit is contained in:
Fabian 2022-09-29 20:36:40 +02:00
parent 99b327cf39
commit d872b3879b

View File

@ -99,7 +99,7 @@ class WorklogDialog(QtWidgets.QDialog):
super().__init__(parent, *args, **kwargs)
self.config = config
self.rest = WorklogRest(self.config)
self.rest = None
self._changing_items = False
self._worklog = worklog