mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove duplicate line
This commit is contained in:
parent
d91dabb087
commit
e79324c448
1 changed files with 0 additions and 1 deletions
|
|
@ -700,7 +700,6 @@ class CuraApplication(QtApplication):
|
||||||
self._post_start_timer.timeout.connect(self._onPostStart)
|
self._post_start_timer.timeout.connect(self._onPostStart)
|
||||||
self._post_start_timer.start()
|
self._post_start_timer.start()
|
||||||
|
|
||||||
Logger.log("d", "Booting Cura took %s seconds", time.time() - self._boot_loading_time)
|
|
||||||
self.exec_()
|
self.exec_()
|
||||||
|
|
||||||
def _onPostStart(self):
|
def _onPostStart(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue