From 01df51847534dace0adeaac31377df81d8584aa0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Dec 2013 13:12:04 +0100 Subject: [PATCH] turn off senslabmap warnings --- plugins/senslabmap/static/js/senslabmap.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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); } }, -- 2.43.0