Remove leftover debug print (#26)

This commit is contained in:
restitux 2023-05-04 20:40:01 -06:00
parent dc09c0f4f5
commit 66eba61bbe
1 changed files with 0 additions and 2 deletions

View File

@ -101,8 +101,6 @@ func (r *Runner) sendProtoStruct(p protoreflect.ProtoMessage) error {
ctx := context.Background()
log.Debugf("r.conn: %p", r.conn)
if err := r.conn.Write(ctx, websocket.MessageBinary, protoOut); err != nil {
return fmt.Errorf("Could not send proto to websocket: %w", err)
}