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

Remove superfluous log messages

parent 757e4d11
Branches
No related tags found
No related merge requests found
......@@ -425,11 +425,9 @@ void MainWindow::gizmoShowScale() {
void MainWindow::onSelectionChanged( const QItemSelection& /*selected*/,
const QItemSelection& /*deselected*/ ) {
std::cerr << "******************* MainWindow::onSelectionChanged " << std::endl;
if ( m_selectionManager->hasSelection() )
{
const ItemEntry& ent = m_selectionManager->currentItem();
std::cerr << "******************* MainWindow::onSelectionChanged emit selected item "
<< std::endl;
emit selectedItem( ent );
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment