From 3f128f2049f947f2d3ae9ef1a5a4ae71edcc91ef Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 9 Jun 2014 17:51:43 -0700 Subject: [PATCH] remove debugging statements --- planetstack/core/static/planetstack_graphs.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/planetstack/core/static/planetstack_graphs.js b/planetstack/core/static/planetstack_graphs.js index 5f7977c..0c099a9 100644 --- a/planetstack/core/static/planetstack_graphs.js +++ b/planetstack/core/static/planetstack_graphs.js @@ -31,8 +31,6 @@ function agg_bandwidth(arr) { } function showLine_psg(container, dt, options) { - console.log("showline_psg"); - var base_options = { 'width': 520, 'height': 300, @@ -111,8 +109,6 @@ function handleResponse_psg(container, dataSourceUrl, response, yColumn, xColumn label: dt.getColumnLabel(xColumn), aggregation: aggFunc}]); - console.log(groupedData1.getColumnRange(0)) - console.log(groupedData1.getColumnRange(1)) showLine_psg(container, groupedData1, options); }); -- 2.47.0