Skip to content
Snippets Groups Projects
Commit 445af391 authored by Mathias Paulin's avatar Mathias Paulin :speech_balloon:
Browse files

Remove superflous log messages

parent 5f5539c5
Branches
No related tags found
No related merge requests found
......@@ -428,7 +428,6 @@ void MainWindow::onSelectionChanged( const QItemSelection& /*selected*/,
if ( m_selectionManager->hasSelection() )
{
const ItemEntry& ent = m_selectionManager->currentItem();
<< std::endl;
emit selectedItem( ent );
/*
* @todo : complete this method to handle how events due to election changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment