Remooving debug statement.

This commit is contained in:
sergiotarxz 2022-01-23 11:42:08 +01:00
parent e0c837642b
commit 81a266fe3a
1 changed files with 0 additions and 1 deletions

View File

@ -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,