From 10422d31c57018ef172949466fbd9196d5ea8035 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 06 Apr 2005 09:15:35 +0000 Subject: Release 0.2.0 2005-04-06 Marco Pesenti Gritti * NEWS: * configure.ac: Release 0.2.0 * ps/ps-document.c: (setup_pixmap): Remove debug code --- (limited to 'ps/ps-document.c') diff --git a/ps/ps-document.c b/ps/ps-document.c index 9ff165b..c857a21 100644 --- a/ps/ps-document.c +++ b/ps/ps-document.c @@ -372,8 +372,6 @@ setup_pixmap (PSDocument *gs, int page, double scale) pixmap_width = floor (width * scale); pixmap_height = floor (height * scale); - g_print ("%f %f %f %d %d\n", width, height, scale, pixmap_width, pixmap_height); - if(gs->bpixmap) { int w, h; -- cgit v0.9.1