Skip to content

Commit

Permalink
DBZ-7905 Remove extra log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
twthorn authored and jpechane committed May 31, 2024
1 parent aeed110 commit c787132
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ public void onNext(Vtgate.VStreamResponse response) {
@Override
public void onError(Throwable t) {
LOGGER.error("VStream streaming onError. Status: {}", Status.fromThrowable(t), t);
LOGGER.error("Error caused by", t.getCause());
// Only propagate the first error
error.compareAndSet(null, t);
reset();
Expand Down

0 comments on commit c787132

Please sign in to comment.