From 81a266fe3a83ca3433b9c26dc16e4570084bc2e8 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sun, 23 Jan 2022 11:42:08 +0100 Subject: [PATCH] Remooving debug statement. --- src/view/list_view_manga.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/view/list_view_manga.c b/src/view/list_view_manga.c index 81047c1..57c370a 100644 --- a/src/view/list_view_manga.c +++ b/src/view/list_view_manga.c @@ -84,7 +84,6 @@ setup_list_view_mangas (GtkSignalListItemFactory *factory, GtkWidget *label = gtk_label_new (manga_title); GtkPicture *picture = NULL; #ifdef LIST_IMAGES - printf ("%d\n", controls->avoid_list_image_downloads); GCancellable *cancellable = g_cancellable_new (); picture = create_picture_from_url (image_url, 100, picture_ready_manga_preview, box, cancellable,