aboutsummaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-11-26 14:58:30 +0100
committerThomas White <taw@physics.org>2017-11-26 14:58:30 +0100
commitafa0a93f42bb7f1a4b66ae8ee48ca72e5afc48c0 (patch)
tree2b8396db1ed22dc92b1cbeef0c7d2eb9f1c9eda7 /src/print.c
parentb8e76f3ff822d68f3189006ade57b92cca8e0298 (diff)
Render callbacks with higher resolution when writing to PDF
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 2a3ca68..e33bc39 100644
--- a/src/print.c
+++ b/src/print.c
@@ -232,7 +232,6 @@ static void print_narrative(GtkPrintOperation *op, GtkPrintContext *ctx,
int i;
double h, page_height;
cairo_t *cr;
- printf("printing page %i\n", page);
page_height = gtk_print_context_get_height(ctx);
cr = gtk_print_context_get_cairo_context(ctx);