diff --git a/com/gallery/GalleryRemote/model/Gallery.java b/com/gallery/GalleryRemote/model/Gallery.java index b6215fc..2c3fd8c 100644 --- a/com/gallery/GalleryRemote/model/Gallery.java +++ b/com/gallery/GalleryRemote/model/Gallery.java @@ -182,7 +182,6 @@ public void setAlbumList( ArrayList albumList ) { selectedAlbum = (Album) this.albumList.get(0); } if (oldList != null) { - Log.log(Log.TRACE, MODULE, "oldList " + oldList.toString()); for (Iterator i = oldList.iterator(); i.hasNext(); ) { Album a = (Album) i.next();