Skip to content

Commit

Permalink
Removed extraneous debugging info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Nov 12, 2002
1 parent 87e3512 commit e04245a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion com/gallery/GalleryRemote/model/Gallery.java
Expand Up @@ -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();

Expand Down

0 comments on commit e04245a

Please sign in to comment.