window.cpp: remove qDebug()

Tá an tiomantas seo le fáil i:
Albert S. 2018-01-17 22:36:23 +01:00
tuismitheoir 78d8473fc3
tiomantas f60e2a068f

Féach ar an gComhad

@ -400,7 +400,6 @@ void Window::handleCancelledSearch()
void Window::treeSearchItemActivated(QTreeWidgetItem *item, int i)
{
qDebug() << item->text(1);
QDesktopServices::openUrl(QUrl::fromLocalFile(item->text(1)));
}