From 56d2e99239f0bd3221162d719a958494534c2080 Mon Sep 17 00:00:00 2001 From: Stephan Bergemann Date: Tue, 12 Jun 2012 15:23:05 +0200 Subject: [PATCH] deleted some debugging output --- apps/gallery/templates/index.php | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.39.5