Remove debugging cout
This commit is contained in:
parent
f89d5f9949
commit
e317818076
|
@ -335,7 +335,6 @@ void PANEL_PACKAGES_VIEW::setPackageDetails( const PACKAGE_VIEW_DATA& aPackageDa
|
||||||
{
|
{
|
||||||
if( m_gridVersions->GetCellValue( i, COL_VERSION ) == version )
|
if( m_gridVersions->GetCellValue( i, COL_VERSION ) == version )
|
||||||
{
|
{
|
||||||
std::cout << "auto select row: " << i << std::endl;
|
|
||||||
m_gridVersions->SelectRow( i );
|
m_gridVersions->SelectRow( i );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue