Skip to content

Commit a08d1fc

Browse files
committed
remove logs
Signed-off-by: Yashash H L <yashashhl25@gmail.com>
1 parent 0e949c0 commit a08d1fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/src/main/java/io/numaproj/numaflow/examples/reduce/sum/SumFunction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public class SumFunction extends Reducer {
1616
@Override
1717
public void addMessage(String[] keys, Datum datum, Metadata md) {
1818
try {
19-
log.info("Datum {}", datum.getValue().length);
2019
sum += Integer.parseInt(new String(datum.getValue()));
2120
} catch (NumberFormatException e) {
2221
log.info("error while parsing integer - {}", e.getMessage());

0 commit comments

Comments
 (0)