From: Thierry Parmentelat Date: Mon, 2 Dec 2013 12:12:04 +0000 (+0100) Subject: turn off senslabmap warnings X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=01df51847534dace0adeaac31377df81d8584aa0;hp=be6f003732f86c7ed93031b1389fa0e53daebd3d turn off senslabmap warnings --- diff --git a/plugins/senslabmap/static/js/senslabmap.js b/plugins/senslabmap/static/js/senslabmap.js index a3062193..f98a128f 100644 --- a/plugins/senslabmap/static/js/senslabmap.js +++ b/plugins/senslabmap/static/js/senslabmap.js @@ -31,8 +31,10 @@ } this.nodes[site].push(node); } else { - console.warn("node has no site:"); - console.warn(node); +// xxx would need a smarter way to report these only on nodes that deserve it +// these messages are all over the place in a PL setup and tend to hide helpful signal +// console.warn("node has no site:"); +// console.warn(node); } },