remove console.log

This commit is contained in:
Sanj 2012-05-07 09:48:19 +05:30
parent bc82722eb8
commit bc12f8a30c

View File

@ -179,7 +179,7 @@
for (var layer in matchedLayers) {
if (matchedLayers.hasOwnProperty(layer)) {
var theseLayers = matchedLayers[layer];
console.log(theseLayers);
//console.log(theseLayers);
if (theseLayers.length > 0) {
var $annotsForLayer = getElemForLayer(layer, theseLayers);
$annotsForLayer.appendTo(that.$annotations);