From b6d4194cf94ccd6c957c3850174d0d7835db15eb Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 9 Jun 2014 14:14:27 -0700 Subject: [PATCH] remove debugging code --- planetstack/templates/admin/newminidashboard.html | 1 - 1 file changed, 1 deletion(-) diff --git a/planetstack/templates/admin/newminidashboard.html b/planetstack/templates/admin/newminidashboard.html index de70feb..f576bbc 100644 --- a/planetstack/templates/admin/newminidashboard.html +++ b/planetstack/templates/admin/newminidashboard.html @@ -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); }); -- 2.45.2