aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-08-26 23:19:01 +0200
committerThomas White <taw@bitwiz.org.uk>2013-08-26 23:19:01 +0200
commit369e65fa8ff77e5378990146e75530147e6c8e8a (patch)
tree5a8fa5c73f00a3ba555a3075391de16f44581c38 /src
parent25355909acd0d45f6315477bee05cc53fe48a105 (diff)
Don't need this any more
Diffstat (limited to 'src')
-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);
}