Remove debug printf ntscColorSinglePixel

This commit is contained in:
michaelangel007 2014-12-30 01:33:11 -08:00
parent 6f52543d4c
commit 7b7a5d2071
1 changed files with 0 additions and 1 deletions

View File

@ -623,7 +623,6 @@ static void ntscColorSinglePixel (int compositeSignal)
static void ntscColorDoublePixel (int compositeSignal)
{
printf( "ntscColorDoublePixel() %d\n", compositeSignal );
DOUBLEPIXEL(compositeSignal, NTSCColor[g_nColorPhaseNTSC]);
updateColorPhase();
}