Retrait code debug.
authorBenoît Pin <benoit.pin@gmail.com>
Sat, 5 Jul 2014 21:54:11 +0000 (23:54 +0200)
committerBenoît Pin <benoit.pin@gmail.com>
Sat, 5 Jul 2014 21:54:11 +0000 (23:54 +0200)
skins/photo_lightbox_viewer.js

index 7361a4f..dbea64c 100644 (file)
@@ -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++) {