Commit d6866c45 authored by Petr Rockai's avatar Petr Rockai
Browse files

bricks: Remove a noisy debug print from enumerate::tuple().

parent 68760626
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -190,7 +190,6 @@ namespace brq::enumerate

            auto offset = tuple_bound( b_capped );
            auto count  = tuple_bound( b_count );
            DEBUG( offset, count );

            if ( index > offset )
            {