summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation-unix.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-03-22 02:43:03 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-03-22 02:43:03 +0000
commit8864f012a543361f1071de4414d55add10fd9736 (patch)
tree074b82af2a0739ddc821c1e9ab9cd455b5b0084f /gtk/gtkprintoperation-unix.c
parent57f51f5d54399aa2af2368c3ffcd4dfec1b9089f (diff)
downloadgtk+-8864f012a543361f1071de4414d55add10fd9736.tar.gz
Remove debug spew
svn path=/trunk/; revision=17551
Diffstat (limited to 'gtk/gtkprintoperation-unix.c')
-rw-r--r--gtk/gtkprintoperation-unix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c
index 836b895ef7..03f5b607c5 100644
--- a/gtk/gtkprintoperation-unix.c
+++ b/gtk/gtkprintoperation-unix.c
@@ -630,8 +630,6 @@ _gtk_print_operation_platform_backend_create_preview_surface (GtkPrintOperation
fd = g_mkstemp (filename);
*target = filename;
- g_print ("target is %s\n", filename);
-
paper_size = gtk_page_setup_get_paper_size (page_setup);
w = gtk_paper_size_get_width (paper_size, GTK_UNIT_POINTS);
h = gtk_paper_size_get_height (paper_size, GTK_UNIT_POINTS);