Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to committed Sep 6, 2024
1 parent b865049 commit e8eada1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ void onDuplicateKeyUpdate_peek() {
c.value(d.version, 2);
})
.onDuplicateKeyUpdate()
.peek(System.out::println)
.peek(it -> invoked.set(true))
.execute();
assertTrue(invoked.get());
}
Expand Down

0 comments on commit e8eada1

Please sign in to comment.