Boyscouting

This commit is contained in:
Mathias Gumz 2015-02-07 09:41:38 +01:00
parent 046092d166
commit 1bacaa7ecb
2 changed files with 0 additions and 4 deletions

View file

@ -214,8 +214,6 @@ void FbTk::Resource<FbTk::MenuSearch::Mode>::setFromString(const char *strval) {
} else {
setDefaultValue();
}
std::cerr << "** " << val << " " << m_value << "\n";
}
}

View file

@ -24,8 +24,6 @@
#include <string>
#include "stringstream.hh"
namespace FbTk {
namespace StringUtil {