Skip to content

Commit

Permalink
removed some wip code
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Wicenec authored and Moritz Wicenec committed Sep 5, 2022
1 parent d36bbd5 commit 06f9c12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daliuge-engine/dlg/manager/web/static/js/dm.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ function loadSessions(serverUrl, tbodyEl, refreshBtn, selectedNode, delay) {
var dimUrl = dimUrlQuery.searchParams.get("dim_url");
if(dimUrl){
url+="&dim_url="+dimUrl;
console.log(dimUrl)
}
return url;
};
Expand Down

0 comments on commit 06f9c12

Please sign in to comment.