diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 060386c..0c0a66e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -430,7 +430,6 @@ void DanbooruMainWindow::downloadPosts() m_service->setPostTags(QStringList()); m_view->rootObject()->setProperty("poolMode", QVariant(false)); m_service->getPostList(); -// m_service->getRelatedTags(m_model->postTags(), DanbooruTag::General); }