diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-photos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-photos.c b/tests/test-photos.c index 16552bd..a63d51b 100644 --- a/tests/test-photos.c +++ b/tests/test-photos.c @@ -51,7 +51,6 @@ dump_thumbs (Itdb_PhotoDB *db, Itdb_Artwork *artwork, { GList *it; gint i = 0; -puts (album_name); for (it = artwork->thumbnails; it != NULL; it = it->next, i++) { Itdb_Thumb *thumb; |