[worklog] Remove useless query for user key
This commit is contained in:
parent
99b327cf39
commit
d872b3879b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user