Remove debugging cout

(cherry picked from commit e317818076)
This commit is contained in:
Seth Hillbrand 2022-05-12 15:28:17 -07:00
parent b68514afb1
commit cdd0145490
1 changed files with 0 additions and 1 deletions

View File

@ -334,7 +334,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;
}