aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c1
1 files changed, 0 insertions, 1 deletions
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; i<p->num_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);
}