19744: Add --enable/disable-usage-report
[arvados.git] / tools / crunchstat-summary / crunchstat_summary / dygraphs.js
index 07d9418966887a301c0c4eeb75a3a7bbf1ee570d..76c92107042bf9663324489c6e5ed9a0d4576981 100644 (file)
@@ -40,9 +40,6 @@ window.onload = function() {
         },
     }
     chartdata.forEach(function(section, section_idx) {
-        //var h1 = document.createElement('h1');
-        //h1.appendChild(document.createTextNode(section.label));
-        //document.body.appendChild(h1);
         var chartDiv = document.getElementById("chart");
         section.charts.forEach(function(chart, chart_idx) {
             // Skip chart if every series has zero data points