Commit 62bb9e1d authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

remove code added for debugging

parent 8e65f7b5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -471,10 +471,6 @@ static ivas_error poly_init(
        {
            for ( j = 0; j < lengthTri2PolySorted[n]; ++j )
            {
                if ( (m + 2) > EFAP_MAX_POLY_SET )
                {
                    fprintf( stderr, "Polygon count: %d\n", m + 2 );
                }
                assert( ( m + 2 < EFAP_MAX_POLY_SET ) && "EFAP: maximum polygons exceeded!" );

                /* add two new polygons with azimuths wrapped to differing bounds */