Remove debugging cout

This commit is contained in:
Seth Hillbrand 2022-05-12 15:28:17 -07:00
parent f89d5f9949
commit e317818076
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ void PANEL_PACKAGES_VIEW::setPackageDetails( const PACKAGE_VIEW_DATA& aPackageDa
{
if( m_gridVersions->GetCellValue( i, COL_VERSION ) == version )
{
std::cout << "auto select row: " << i << std::endl;
m_gridVersions->SelectRow( i );
break;
}