Skip to content

Commit

Permalink
mesa: remove annoying prints on 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Oct 22, 2024
1 parent 063f968 commit 70ad386
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/vere/io/mesa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,6 @@ static c3_o _mesa_kick(u3_mesa* sam_u, u3_noun tag, u3_noun dat)
ret_o = _ames_kick_newt(u3_Host.sam_u, u3k(tag), u3k(dat));
} break;
case c3__nail: {
u3m_p("data", dat);
u3_noun who = u3k(u3h(dat));
u3_peer* per_u = _mesa_get_peer_raw(sam_u, who);

Expand Down Expand Up @@ -2843,7 +2842,6 @@ _mesa_hear(u3_mesa* sam_u,
c3_y* hun_y)
{
if ( c3n == mesa_is_new_pact(hun_y, len_w) ) {
u3l_log("mesa: old hear");
_ames_hear(u3_Host.sam_u, adr_u, len_w, hun_y);
return;
}
Expand Down

0 comments on commit 70ad386

Please sign in to comment.