summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-09 19:24:21 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-09 19:24:21 +0300
commit3f62c34d3e19c2da8885facfedea2ed613779c53 (patch)
treece84e6340f122986a1c39525a42bdead1c477b0f /src/gui
parent01c43410488f80156f0d47bb3762a1fe2af38b3f (diff)
downloadplus-3f62c34d3e19c2da8885facfedea2ed613779c53.tar.gz
plus-3f62c34d3e19c2da8885facfedea2ed613779c53.tar.bz2
plus-3f62c34d3e19c2da8885facfedea2ed613779c53.tar.xz
plus-3f62c34d3e19c2da8885facfedea2ed613779c53.zip
Remove some debug messages.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/helpwindow.cpp2
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]);
}