Skip to content

Commit

Permalink
Update providers/flagd/src/main/java/dev/openfeature/contrib/provider…
Browse files Browse the repository at this point in the history
…s/flagd/resolver/process/storage/connector/grpc/GrpcStreamConnector.java

Co-authored-by: warber <[email protected]>
Signed-off-by: Simon Schrottner <[email protected]>
  • Loading branch information
aepfli and warber authored Jan 16, 2025
1 parent ff5bccf commit 853727f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ void observeEventStream(final BlockingQueue<QueuePayload> writeTo, final AtomicB
metadataException = e;
}

log.info("stream");
while (!shutdown.get()) {
final GrpcResponseModel response = streamReceiver.take();
if (response.isComplete()) {
Expand Down

0 comments on commit 853727f

Please sign in to comment.