fix incorrect comment, make minidashboard silent if no data received
diff --git a/planetstack/core/static/planetstack_graphs.js b/planetstack/core/static/planetstack_graphs.js
index 0c099a9..d8690ed 100644
--- a/planetstack/core/static/planetstack_graphs.js
+++ b/planetstack/core/static/planetstack_graphs.js
@@ -77,7 +77,7 @@
                     'Histogram':google.visualization.Histogram};
 
     if (response.isError()) {
-        #console.log("retry chart");
+        //console.log("retry chart");
         setTimeout(function () { startQuery(container, dataSourceUrl, yColumn, xColumn, aggFunc, options) }, 5000);
         return
     }