skos_browser/commit

remove redundant console debug log

authorJacco van Ossenbruggen
Sun Aug 17 14:24:49 2014 +0200
committerJacco van Ossenbruggen
Sun Aug 17 14:24:49 2014 +0200
commitcf8dad46fd2ad5238066c65a8708dde0ef17aeff
tree184f41bb6671e6388450da8a6e80a404b76ce7a4
parentf49cdf1b28f39d4ee6c5f8f314dbabdd882a72cf
Diff style: patch stat
diff --git a/web/js/resourcelist.js b/web/js/resourcelist.js
index c266122..f0cd352 100644
--- a/web/js/resourcelist.js
+++ b/web/js/resourcelist.js
@@ -175,7 +175,6 @@ YUI.add('resourcelist', function(Y) {
 						label = option.label ? option.label : value;
 						if (option.selected) selectedIndex = i;
 					optionsNode.insert('<option value="'+value+'">'+label+'</option>');
-					Y.log(selectedIndex);
 					optionsNode.set('selectedIndex', selectedIndex);
 				}
 				optionsNode.on("change", this._optionSelect, this);