From 369e65fa8ff77e5378990146e75530147e6c8e8a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 26 Aug 2013 23:19:01 +0200 Subject: Don't need this any more --- src/stylesheet.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stylesheet.c b/src/stylesheet.c index 5372d52..e2e335e 100644 --- a/src/stylesheet.c +++ b/src/stylesheet.c @@ -416,7 +416,6 @@ int replace_stylesheet(struct presentation *p, const char *filename) for ( i=0; inum_slides; i++ ) { int n; n = fixup_styles(p->slides[i]->top, ss); - printf("Fixed up %i styles\n", n); fixup_templates(p->slides[i], ss); } -- cgit v1.2.3