From f3b212cd123398b563da3a9a69c2903d8b355d19 Mon Sep 17 00:00:00 2001 From: Valentin Clement Date: Mon, 10 Jun 2024 15:10:34 -0700 Subject: [flang][NFC] Remove debug printing --- flang/runtime/reduce.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/flang/runtime/reduce.cpp b/flang/runtime/reduce.cpp index 5fb2c8d..f8a5221 100644 --- a/flang/runtime/reduce.cpp +++ b/flang/runtime/reduce.cpp @@ -158,7 +158,6 @@ void RTDEF(ReduceInteger4Dim)(Descriptor &result, const Descriptor &array, ReductionOperation operation, const char *source, int line, int dim, const Descriptor *mask, const std::int32_t *identity, bool ordered) { - printf("dim: %d\n", dim); Terminator terminator{source, line}; using Accumulator = ReduceAccumulator; Accumulator accumulator{array, operation, identity, terminator}; -- cgit v1.1