From: Stephan Bergemann Date: Tue, 12 Jun 2012 13:23:05 +0000 (+0200) Subject: deleted some debugging output X-Git-Tag: v4.5.0beta1~74^2~420^2~7^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=56d2e99239f0bd3221162d719a958494534c2080;p=nextcloud-server.git deleted some debugging output --- diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index a74f4c4a404..0eda1ca0501 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -119,7 +119,6 @@ for($i = 0; $i < count($images); $i++) { } } else { // if we collected images for this directory $tl->addTile(new \OC\Pictures\TileStack($second_level_images, $prev_dir_arr[0])); - echo print_r($fallback_images)."\n"; $fallback_images = array(); $second_level_images = array(); }