Skip to content
Snippets Groups Projects
Commit d390b5c8 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

REFAC: Cleaned debug traces.

parent 4b0d04c0
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ void
DatabaseBrowserWidget
::SetCurrentDataset( const QString& id )
{
qDebug() << this << "::SetCurrentDataset(" << id << ")";
// qDebug() << this << "::SetCurrentDataset(" << id << ")";
assert( m_UI!=NULL );
assert( m_UI->databaseTreeWidget!=NULL );
......@@ -259,11 +259,13 @@ DatabaseBrowserWidget
::on_databaseTreeWidget_currentItemChanged( QTreeWidgetItem* current,
QTreeWidgetItem* previous )
{
/*
qDebug() <<
this <<
"::on_databaseTreeWidget_currentItemChanged(" <<
current << ", " << previous <<
")";
*/
// assert( current!=previous );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment