cairo: Remove debug print.
[pspp] / src / output / cairo.c
index 49d8f0bc885a684d426e15236cb3794d94f1d1f1..0176d3caa22b3ace45c83fd349e14e15cf4aaee6 100644 (file)
@@ -1641,10 +1641,7 @@ xr_create_text_renderer (struct xr_driver *xr, const struct text_item *item)
   struct cell_style *style = pool_alloc (tab->container, sizeof *style);
   *style = (struct cell_style) CELL_STYLE_INITIALIZER;
   if (item->font)
-    {
-      puts (item->font);
-      style->font = pool_strdup (tab->container, item->font);
-    }
+    style->font = pool_strdup (tab->container, item->font);
   style->font_size = item->font_size;
   style->bold = item->bold;
   style->italic = item->italic;