From: Bjoern Schiessle Date: Thu, 14 Jun 2012 11:17:06 +0000 (+0200) Subject: debugging output removed X-Git-Tag: v4.5.0beta1~74^2~420^2~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b0ecef02e905972bdd963ba03610e5c025a36e1b;p=nextcloud-server.git debugging output removed --- diff --git a/apps/files_imageviewer/js/lightbox.js b/apps/files_imageviewer/js/lightbox.js index 32147782fea..69cda7a0ecc 100644 --- a/apps/files_imageviewer/js/lightbox.js +++ b/apps/files_imageviewer/js/lightbox.js @@ -22,7 +22,6 @@ function viewImage(dir, file) { if(file.indexOf('.psd')>0){//can't view those return; } - console.log("!!!!!!!!! lightbox"); var location=OC.filePath('files','ajax','download.php')+'?files='+encodeURIComponent(file)+'&dir='+encodeURIComponent(dir); $.fancybox({ "href": location,