Skip to content

Commit a24edd9

Browse files
committed
gc
1 parent ba3daa7 commit a24edd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/static-webserver/client/source/class/osparc/dashboard/TutorialBrowser.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ qx.Class.define("osparc.dashboard.TutorialBrowser", {
6767
},
6868

6969
__tutorialStateReceived: function(templateId, state, errors) {
70-
osparc.store.Templates.getTutorials()
71-
// OM follow here
7270
const idx = this._resourcesList.findIndex(study => study["uuid"] === templateId);
7371
if (idx > -1) {
7472
this._resourcesList[idx]["state"] = state;

0 commit comments

Comments
 (0)