Browse Source

- removed debug output

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
4ea6ca75ca
  1. 1
      src/searchEngine.cpp

1
src/searchEngine.cpp

@ -255,7 +255,6 @@ void SearchEngine::downloadSelectedItem(const QModelIndex& index){ @@ -255,7 +255,6 @@ void SearchEngine::downloadSelectedItem(const QModelIndex& index){
// line to search results calling appendSearchResult().
void SearchEngine::readSearchOutput(){
QByteArray output = searchProcess->readAllStandardOutput();
std::cerr << searchProcess->readAllStandardError().data() << std::endl;
output.replace("\r", "");
QList<QByteArray> lines_list = output.split('\n');
if(!search_result_line_truncated.isEmpty()){

Loading…
Cancel
Save