Removed debug print statement.

This commit is contained in:
Matthew Budd 2020-08-03 21:12:54 -04:00
parent bbd0fe4470
commit b7067cc1da
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ GuiCheatsDialog_t::GuiCheatsDialog_t(QWidget *parent)
if ( screen != NULL )
{
devPixRatio = (int)( screen->devicePixelRatio() + 0.50f);
printf("Pix Ratio: %f \n", devPixRatio );
//printf("Pix Ratio: %f \n", devPixRatio );
}
font.setStyle( QFont::StyleNormal );