[gtk/wip/otte/inspector: 2/3] inspector: Remove a stray g_print()




commit a43ba245e2bdaf2d4484de52716e4409f92c9d04
Author: Benjamin Otte <otte redhat com>
Date:   Thu Dec 16 18:14:06 2021 +0100

    inspector: Remove a stray g_print()

 gtk/inspector/clipboard.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gtk/inspector/clipboard.c b/gtk/inspector/clipboard.c
index 5c7ae7b163..5fb9c23ef5 100644
--- a/gtk/inspector/clipboard.c
+++ b/gtk/inspector/clipboard.c
@@ -235,7 +235,6 @@ primary_notify (GdkClipboard          *clipboard,
       init_formats (self, GTK_LIST_BOX (self->primary_formats), clipboard);
     }
 
-  g_print ("%s: %s\n", pspec->name, gdk_content_formats_to_string (gdk_clipboard_get_formats (clipboard)));
   init_info (self, GTK_LABEL (self->primary_info), clipboard);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]