Skip to content

Commit f3b212c

Browse files
committed
[flang][NFC] Remove debug printing
1 parent fd4a740 commit f3b212c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/runtime/reduce.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ void RTDEF(ReduceInteger4Dim)(Descriptor &result, const Descriptor &array,
158158
ReductionOperation<std::int32_t> operation, const char *source, int line,
159159
int dim, const Descriptor *mask, const std::int32_t *identity,
160160
bool ordered) {
161-
printf("dim: %d\n", dim);
162161
Terminator terminator{source, line};
163162
using Accumulator = ReduceAccumulator<std::int32_t>;
164163
Accumulator accumulator{array, operation, identity, terminator};

0 commit comments

Comments
 (0)