mirror of
https://github.com/YACReader/yacreader
synced 2026-01-31 04:10:04 -05:00
reduce the log messages with INFO level
This commit is contained in:
@ -133,8 +133,6 @@ void ClassicComicsView::setToolBar(QToolBar *toolBar)
|
||||
|
||||
void ClassicComicsView::setModel(ComicModel *model)
|
||||
{
|
||||
QLOG_DEBUG() << "Setting model";
|
||||
|
||||
ComicsView::setModel(model);
|
||||
|
||||
if(model == NULL)
|
||||
@ -195,7 +193,6 @@ void ClassicComicsView::setModel(ComicModel *model)
|
||||
|
||||
void ClassicComicsView::setCurrentIndex(const QModelIndex &index)
|
||||
{
|
||||
QLOG_INFO() << "*******************************************************ClassicComicsView::setCurrentIndex";
|
||||
tableView->setCurrentIndex(index);
|
||||
centerComicFlow(index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user