Commit f5b9e517 authored by malenovsky's avatar malenovsky
Browse files

Cleanup of obsolete debugging code

parent ef5cd110
Loading
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -388,17 +388,6 @@ void ivas_decision_matrix_enc(
    {
        st->inactive_coder_type_flag = 1; /* GSC */
    }
#ifdef DEBUG_MODE_TD
    if ( st->idchan == 0 && st->element_mode == IVAS_CPE_TD && st->core == ACELP_CORE && element_brate < IVAS_24k4 )
    {
        if ( ( st->coder_type == TRANSITION && st->mod_ct_ST != TRANSITION ) ||
             ( st->coder_type != TRANSITION && st->mod_ct_ST == TRANSITION ) )
        {
            printf( "st->coder_type != st->mod_ct_ST !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" );
            exit( -555 );
        }
    }
#endif

    return;
}