From: Dan Vanderkam Date: Sat, 9 Feb 2013 05:16:31 +0000 (-0500) Subject: remove console.log() X-Git-Tag: v1.0.0~86 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=71319c7a453d7664d2b0fd2582471c5564346b9d;p=dygraphs.git remove console.log() --- 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; }