From 71319c7a453d7664d2b0fd2582471c5564346b9d Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sat, 9 Feb 2013 00:16:31 -0500 Subject: [PATCH] remove console.log() --- dygraph-layout.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dygraph-layout.js b/dygraph-layout.js index 2b3d137..a14e7f6 100644 --- 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; } -- 2.7.4