Skip to content

Commit 531900b

Browse files
committed
minor
1 parent 25664fb commit 531900b

File tree

1 file changed

+0
-2
lines changed
  • services/static-webserver/client/source/class/osparc/data/model

1 file changed

+0
-2
lines changed

services/static-webserver/client/source/class/osparc/data/model/Study.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,6 @@ qx.Class.define("osparc.data.model.Study", {
466466
}
467467

468468
const foldersPathIds = this.__getFoldersPath(this.getFolderId());
469-
// remove the first one
470-
foldersPathIds.shift();
471469
foldersPathIds.forEach(folderId => {
472470
const folder = osparc.store.Folders.getInstance().getFolder(folderId);
473471
if (folder) {

0 commit comments

Comments
 (0)