Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjar committed Apr 1, 2014
1 parent d215659 commit 6dda38d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard_all.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ <h3>Variability</h3>
* Get data for projects & draw
*/
var dataUrl = "getCouchDbData.php?db=projects&design=genomics-dashboard&view=dates_and_load_per_sample&reduce=false&" + dbSource;
//var dataUrl = "getCouchDbData.php?db=projects&design=genomics-dashboard&view=dates_and_load_per_sample_dev&reduce=false&" + dbSource;
d3.json(dataUrl, function(json){
drawProcessPanels(json, today, twelveWeeks, panelHeights, drawWidth);
});
Expand Down

0 comments on commit 6dda38d

Please sign in to comment.