diff --git a/src/blogi.cpp b/src/blogi.cpp index fa8222872c8a4c893e8d11e03005e1bce49f30cc..a81b5fa4257c2971cc37be82b8c66201714cf2fc 100644 --- a/src/blogi.cpp +++ b/src/blogi.cpp @@ -314,9 +314,6 @@ void blogi::Blogi::searchPage(libhttppp::HttpRequest* curreq, const int tid, con std::copy(curreq->getRequestURL()+wlen,curreq->getRequestURL()+strlen(curreq->getRequestURL()), std::back_inserter(word)); - - std::cout.write(word.data(),word.size()) << std::endl; - libhttppp::HttpForm form; form.urlDecode(word,searchstr);