Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps
diff options
context:
space:
mode:
Diffstat (limited to 'ps')
-rw-r--r--ps/ps-document.c2
1 files changed, 0 insertions, 2 deletions
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;