Commit d3bfde3c authored by emerit's avatar emerit
Browse files

remove debug line

parent 05128b95
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1583,10 +1583,6 @@ static ivas_error decodeG192(
                goto cleanup;
            }
        }
        if ( frame == 302 )
        {
            fprintf( stderr, "frame = %d", frame );
        }
        /* Run decoder for one frame (get rendered output) */
        if ( ( error = IVAS_DEC_GetSamples( hIvasDec, pcmBuf, &nOutSamples ) ) != IVAS_ERR_OK )
        {