Remove leftover debug print (#26)
This commit is contained in:
@@ -101,8 +101,6 @@ func (r *Runner) sendProtoStruct(p protoreflect.ProtoMessage) error {
|
|||||||
|
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
||||||
log.Debugf("r.conn: %p", r.conn)
|
|
||||||
|
|
||||||
if err := r.conn.Write(ctx, websocket.MessageBinary, protoOut); err != nil {
|
if err := r.conn.Write(ctx, websocket.MessageBinary, protoOut); err != nil {
|
||||||
return fmt.Errorf("Could not send proto to websocket: %w", err)
|
return fmt.Errorf("Could not send proto to websocket: %w", err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user