Skip to content

Commit

Permalink
chore: rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Jul 13, 2024
1 parent f396b1c commit a31a5f8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/mockclient/mock_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package mockclient

import (
"context"
"fmt"
"reflect"
"sync"

Expand Down Expand Up @@ -54,14 +53,8 @@ func (s *mockStream) Recv(msg interface{}) error {

response := mock.Response

fmt.Println("TYPE", reflect.TypeOf(response))
fmt.Printf("RESPONSE: %+v", response)

val.Set(reflect.ValueOf(response))

fmt.Println("TYPE", reflect.TypeOf(val))
fmt.Printf("VAL: %+v", val)

return nil
}

Expand Down

0 comments on commit a31a5f8

Please sign in to comment.