turn off senslabmap warnings
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Dec 2013 12:12:04 +0000 (13:12 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Dec 2013 12:12:04 +0000 (13:12 +0100)
plugins/senslabmap/static/js/senslabmap.js

index a306219..f98a128 100644 (file)
         }
         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);
       }
     },