From 3a9bec55f8f882cf5acd1fb8ccb6eafbd7bd022d Mon Sep 17 00:00:00 2001 From: Igor Kushnir Date: Thu, 4 Feb 2021 19:58:12 +0200 Subject: [PATCH] Library: don't print errors when search edit's text changes This was a temporary debug output. Not useful anymore. --- YACReaderLibrary/db/comic_model.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/YACReaderLibrary/db/comic_model.cpp b/YACReaderLibrary/db/comic_model.cpp index eb6bc40a..247e2e78 100644 --- a/YACReaderLibrary/db/comic_model.cpp +++ b/YACReaderLibrary/db/comic_model.cpp @@ -606,8 +606,6 @@ void ComicModel::setModelData(QList *data, const QString &databaseP _data.clear(); - QLOG_ERROR() << "-d2>" << data->size(); - _data.append(*data); endResetModel();