diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/helpwindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/helpwindow.cpp b/src/gui/helpwindow.cpp index 4c4770a43..e0e42c0bb 100644 --- a/src/gui/helpwindow.cpp +++ b/src/gui/helpwindow.cpp @@ -123,8 +123,6 @@ void HelpWindow::loadFile(const std::string &file) if (lines.empty()) lines = resman->loadTextFile(helpPath + file + ".txt"); - logger->log("help file: " + helpPath + file + ".txt"); - for (unsigned int i = 0; i < lines.size(); ++i) mBrowserBox->addRow(lines[i]); } |