Removes debug printf

This commit is contained in:
Pandagrapher
2023-08-23 13:48:39 +02:00
parent bf988ad274
commit ce5f77ffc2
2 changed files with 0 additions and 7 deletions

View File

@@ -166,8 +166,6 @@ RTWindow::RTWindow ()
defaultFontSize);
}
printf("test : %s\n", css.c_str());
// Load custom CSS for font
if (!css.empty()) {
if (rtengine::settings->verbose) {