aboutsummaryrefslogtreecommitdiff
path: root/src/documentstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentstyle.cpp')
-rw-r--r--src/documentstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentstyle.cpp b/src/documentstyle.cpp
index e8a4751..6608d5b 100644
--- a/src/documentstyle.cpp
+++ b/src/documentstyle.cpp
@@ -285,6 +285,6 @@ QString DocumentStyle::toStyleSheet() const
css += QString("h2 { color: %2; %1 }\n").arg(encodeCssFont (h2_font)).arg(h2_color.name());
css += QString("h3 { color: %2; %1 }\n").arg(encodeCssFont (h3_font)).arg(h3_color.name());
- qDebug() << "CSS → " << css;
+ // qDebug() << "CSS → " << css;
return css;
}