projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5481ae
)
remove console.log()
author
Dan Vanderkam
<danvdk@gmail.com>
Sat, 9 Feb 2013 05:16:31 +0000
(
00:16
-0500)
committer
Dan Vanderkam
<danvdk@gmail.com>
Sat, 9 Feb 2013 05:16:31 +0000
(
00:16
-0500)
dygraph-layout.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-layout.js
b/dygraph-layout.js
index
2b3d137
..
a14e7f6
100644
(file)
--- a/
dygraph-layout.js
+++ b/
dygraph-layout.js
@@
-131,7
+131,6
@@
DygraphLayout.prototype.setAnnotations = function(ann) {
for (var i = 0; i < ann.length; i++) {
var a = {};
if (!ann[i].xval && ann[i].x === undefined) {
- console.log(ann[i]);
this.dygraph_.error("Annotations must have an 'x' property");
return;
}