diff options
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 7c4738c..3fdee6b 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1822,9 +1822,6 @@ MainWindow::preferences() void MainWindow::setFont(const QString &family, uint size) { -#include <iostream> - std::cout << "mainwin setFont\n"; - std::cout << "pref size: " << Preferences::inst()->getValue("editor/fontsize").toUInt() << "\n"; QFont font; if (!family.isEmpty()) font.setFamily(family); else font.setFixedPitch(true); |