Commit dc71e1e4 authored by malenov's avatar malenov
Browse files

cleanup of obsolete debugging output

parent 85f304f7
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -223,12 +223,6 @@ void ivas_decision_matrix_enc(
        {
            st->coder_type = AUDIO;
        }
#ifdef DEBUG_MODE_TD
        else
        {
            printf( "TD stereo: coder_type not changed in ivas_decision_matrix_enc().\n" );
        }
#endif
#else
        st->coder_type = AUDIO;
#endif