diff options
Diffstat (limited to 'apps/gallery/lib_scanner.php')
-rw-r--r-- | apps/gallery/lib_scanner.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gallery/lib_scanner.php b/apps/gallery/lib_scanner.php index 8f7c49b671a..5d88a08158a 100644 --- a/apps/gallery/lib_scanner.php +++ b/apps/gallery/lib_scanner.php @@ -39,8 +39,6 @@ class OC_GALLERY_SCANNER { $albumId = $result->fetchRow(); $albumId = $albumId['album_id']; foreach ($current_album['images'] as $img) { - error_log($img); - error_log($albumId); $stmt = OC_DB::prepare('SELECT * FROM *PREFIX*gallery_photos WHERE "album_id" = ? AND "file_path" = ?'); $result = $stmt->execute(array($albumId, $img)); if ($result->numRows() == 0) { |