Skip to content

Commit 9cfa206

Browse files
apply for review comments
Signed-off-by: Jintao Zhang <[email protected]>
1 parent d78cc37 commit 9cfa206

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/semantic-router/pkg/extproc/processor.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ func (r *OpenAIRouter) Process(stream ext_proc.ExternalProcessor_ProcessServer)
7373
}
7474

7575
case *ext_proc.ProcessingRequest_RequestBody:
76-
observability.Debugf("Processing Request Body - THIS IS WHERE ROUTING HAPPENS")
77-
7876
response, err := r.handleRequestBody(v, ctx)
7977
if err != nil {
8078
observability.Errorf("handleRequestBody failed: %v", err)

0 commit comments

Comments
 (0)