Skip to content

Commit

Permalink
removed console logs and wip comments
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Jul 15, 2021
1 parent d563dcd commit f4462e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions daliuge-engine/dlg/manager/web/session.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@

var status_update_handler = function(statuses)
{
console.log("status_counts");

var states = ['completed', 'finished',
'running', 'writing',
Expand Down Expand Up @@ -162,7 +161,7 @@
d3.select('#pg-progress-bar').remove();

const heightValue = 300;
const widthValue = 600;
const widthValue = 600;
// Set up zoom support
var svg = d3.select("svg");

Expand Down
4 changes: 1 addition & 3 deletions daliuge-engine/dlg/manager/web/static/js/dm.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,12 @@ function loadSessions(serverUrl, tbodyEl, refreshBtn, selectedNode, delay) {
sizeCells.text(String)
sizeCells.exit().remove()

//WIP statusbars in dim
//progressbars in dim

const width = $('#sessionsTable').find('.status').innerWidth();
var graph_update_handler = function(oids, dropSpecs) {};

console.log(width)
var status_update_handler = function(statuses){
console.log("status_counts");
var states = ['completed', 'finished',
'running', 'writing',
'error', 'expired', 'deleted',
Expand Down

0 comments on commit f4462e8

Please sign in to comment.