remove debugging code
authorScott Baker <smbaker@gmail.com>
Mon, 9 Jun 2014 21:14:27 +0000 (14:14 -0700)
committerScott Baker <smbaker@gmail.com>
Mon, 9 Jun 2014 21:14:27 +0000 (14:14 -0700)
planetstack/templates/admin/newminidashboard.html

index de70feb..f576bbc 100644 (file)
@@ -46,7 +46,6 @@ $( "#miniDashNodeCount" ).click(function() {
     $( "#nodeCountGraph" ).html(loadingDiv);
     $( "#nodeCountDialog" ).dialog("open");
     var options = {"title": "Node Count", "vAxis": {"title": "Number of Nodes", "minValue": 0, "maxValue": 250}};
-    console.log(window.pageAnalyticsUrl);
     renderChart(true,"#nodeCountDialog", "#nodeCountGraph", window.pageAnalyticsUrl, 0, 2, google.visualization.data.sum, options);
     });