mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
Remove accidental leftover spew
This commit is contained in:
parent
b5b9965283
commit
6b2f10321f
@ -84,7 +84,6 @@ gtk_css_image_url_parse (GtkCssImage *image,
|
||||
{
|
||||
char *uri = g_file_get_uri (file);
|
||||
char *resource_path = g_uri_unescape_string (uri + strlen ("resource://"), NULL);
|
||||
g_print ("uri: %s, resource_path: %s\n", uri, resource_path);
|
||||
|
||||
pixbuf = gdk_pixbuf_new_from_resource (resource_path, &error);
|
||||
g_free (resource_path);
|
||||
|
Loading…
Reference in New Issue
Block a user