git://git.onelab.eu
/
plstackapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23dd1d
)
remove debugging statements
author
Scott Baker
<smbaker@gmail.com>
Tue, 10 Jun 2014 00:51:43 +0000
(17:51 -0700)
committer
Scott Baker
<smbaker@gmail.com>
Tue, 10 Jun 2014 00:51:43 +0000
(17:51 -0700)
planetstack/core/static/planetstack_graphs.js
patch
|
blob
|
history
diff --git
a/planetstack/core/static/planetstack_graphs.js
b/planetstack/core/static/planetstack_graphs.js
index
5f7977c
..
0c099a9
100644
(file)
--- 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);
});