diff options
author | Christian Persch <chpe@src.gnome.org> | 2006-08-18 02:06:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-18 02:06:38 +0800 |
commit | 277fa269a52fa25a65b05cd4274ad4b65f7c90c2 (patch) | |
tree | 560542ed1acc8a6c6872e9ac3a6edeeb3b2d247e /lib/ephy-print-utils.c | |
parent | bcac21fc4fb9d3fedda5e57a111d3f188cd69396 (diff) | |
download | gsoc2013-epiphany-277fa269a52fa25a65b05cd4274ad4b65f7c90c2.tar gsoc2013-epiphany-277fa269a52fa25a65b05cd4274ad4b65f7c90c2.tar.gz gsoc2013-epiphany-277fa269a52fa25a65b05cd4274ad4b65f7c90c2.tar.bz2 gsoc2013-epiphany-277fa269a52fa25a65b05cd4274ad4b65f7c90c2.tar.lz gsoc2013-epiphany-277fa269a52fa25a65b05cd4274ad4b65f7c90c2.tar.xz gsoc2013-epiphany-277fa269a52fa25a65b05cd4274ad4b65f7c90c2.tar.zst gsoc2013-epiphany-277fa269a52fa25a65b05cd4274ad4b65f7c90c2.zip |
Remove debug printf
Diffstat (limited to 'lib/ephy-print-utils.c')
-rw-r--r-- | lib/ephy-print-utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-print-utils.c b/lib/ephy-print-utils.c index 135852adc..e579f5fb7 100644 --- a/lib/ephy-print-utils.c +++ b/lib/ephy-print-utils.c @@ -326,8 +326,6 @@ if (err != NULL) {\ ephy_string_enum_from_string (GTK_TYPE_PAGE_ORIENTATION, orientation)); out: - if (!retval) g_warning ("page_setup_new_from_keyfile failed"); //XXX - g_free (ppd_name); g_free (name); g_free (display_name); |