Removing instead of just commenting out line.

master
Andrew Plumb 2015-04-15 14:47:30 -04:00
parent 3adfdad66d
commit bb183558ae
1 changed files with 0 additions and 1 deletions

View File

@ -740,7 +740,6 @@ static Value::VectorType search(const std::string &find, const std::string &tabl
if (matchCount == 0) {
gchar utf8_of_cp[6] = ""; //A buffer for a single unicode character to be copied into
if (ptr_ft) g_utf8_strncpy(utf8_of_cp, ptr_ft, 1);
// PRINTB(" WARNING: search term not found: \"%s\"", utf8_of_cp);
}
if (num_returns_per_match == 0 || num_returns_per_match > 1) {
returnvec.push_back(Value(resultvec));