X-Git-Url: https://svn.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/cae5c6e0cfbb0fcb3181a95f83c839e8a30f146e..7d1d5b450a86762cd8dceb6a2e15eafa6231a755:/skins/photo_lightbox_viewer.js?ds=sidebyside

diff --git a/skins/photo_lightbox_viewer.js b/skins/photo_lightbox_viewer.js
index 7361a4f..dbea64c 100644
--- a/skins/photo_lightbox_viewer.js
+++ b/skins/photo_lightbox_viewer.js
@@ -182,7 +182,6 @@ Lightbox.prototype.deleteSelection = function() {
 };
 
 Lightbox.prototype._removeSelection = function() {
-	console.info('_removeSelection');
 	var i, e, slide;
 	var toRemove = [];
 	for (i=0 ; i<this.form.elements.length ; i++) {