diff options
author | Stephan Bergemann <st.bergemann@htw-berlin.de> | 2012-06-12 15:23:05 +0200 |
---|---|---|
committer | Stephan Bergemann <st.bergemann@htw-berlin.de> | 2012-06-14 01:29:41 +0200 |
commit | 56d2e99239f0bd3221162d719a958494534c2080 (patch) | |
tree | d91ed1dc0c129ec796e7c765e35c40fe2ed7c83d /apps/gallery | |
parent | 22cd610a795e1960f1bb5746908848affd5cb587 (diff) | |
download | nextcloud-server-56d2e99239f0bd3221162d719a958494534c2080.tar.gz nextcloud-server-56d2e99239f0bd3221162d719a958494534c2080.zip |
deleted some debugging output
Diffstat (limited to 'apps/gallery')
-rw-r--r-- | apps/gallery/templates/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |