You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/rest/ServerSentEventsRestActionListener.java
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -336,47 +336,39 @@ public ReleasableBytesReference encodeChunk(int sizeHint, Recycler<BytesRef> rec
336
336
asserttarget == null;
337
337
target = chunkStream;
338
338
339
-
logger.warn("encodeChunk1");
340
339
// if this is the first time we are encoding this chunk, write the SSE leading bytes
0 commit comments