[Xfce4-commits] [xfce/tumbler] 04/06: Remove a couple of ridiculous debug prints.
noreply at xfce.org
noreply at xfce.org
Sun May 28 11:20:20 CEST 2017
This is an automated email from the git hooks/post-receive script.
a l i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/tumbler.
commit 36b93acd4abe8f26d5e685e6c4cf290ad4c9798c
Author: Ali Abdallah <aliovx at gmail.com>
Date: Sat May 27 21:22:32 2017 +0200
Remove a couple of ridiculous debug prints.
---
plugins/desktop-thumbnailer/desktop-thumbnailer.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/plugins/desktop-thumbnailer/desktop-thumbnailer.c b/plugins/desktop-thumbnailer/desktop-thumbnailer.c
index 75141b1..47f9248 100644
--- a/plugins/desktop-thumbnailer/desktop-thumbnailer.c
+++ b/plugins/desktop-thumbnailer/desktop-thumbnailer.c
@@ -210,7 +210,6 @@ desktop_thumbnailer_get_pixbuf (GInputStream *stream,
if (!source)
{
g_clear_error (&error);
- g_print("Failed to load pixbuf");
return NULL;
}
@@ -398,8 +397,6 @@ desktop_thumbnailer_create (TumblerAbstractThumbnailer *thumbnailer,
GError *error = NULL;
GdkPixbuf *pixbuf = NULL;
- g_print("Debug \n");
-
g_return_if_fail (IS_DESKTOP_THUMBNAILER (thumbnailer));
g_return_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable));
g_return_if_fail (TUMBLER_IS_FILE_INFO (info));
@@ -425,7 +422,6 @@ desktop_thumbnailer_create (TumblerAbstractThumbnailer *thumbnailer,
if (pixbuf != NULL)
{
- g_print("Yay pixbuff != NULL\n");
data.data = gdk_pixbuf_get_pixels (pixbuf);
data.has_alpha = gdk_pixbuf_get_has_alpha (pixbuf);
data.bits_per_sample = gdk_pixbuf_get_bits_per_sample (pixbuf);
@@ -440,8 +436,6 @@ desktop_thumbnailer_create (TumblerAbstractThumbnailer *thumbnailer,
g_object_unref (pixbuf);
}
- else
- g_print(":(\n");
if (error != NULL)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list