From: Scott Baker Date: Tue, 10 Jun 2014 00:51:43 +0000 (-0700) Subject: remove debugging statements X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3f128f2049f947f2d3ae9ef1a5a4ae71edcc91ef;p=plstackapi.git remove debugging statements --- 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); });