From 3daf9ee88a681aac007b51310cda9a87af69584f Mon Sep 17 00:00:00 2001 From: KevinLiang10 <37811973+KevinLiang10@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:49:56 -0400 Subject: [PATCH] rm log Signed-off-by: KevinLiang10 <37811973+KevinLiang10@users.noreply.github.com> --- net/tstun/wrap.go | 1 - 1 file changed, 1 deletion(-) diff --git a/net/tstun/wrap.go b/net/tstun/wrap.go index b1a5bdf53..442184065 100644 --- a/net/tstun/wrap.go +++ b/net/tstun/wrap.go @@ -1151,7 +1151,6 @@ func (t *Wrapper) filterPacketInboundFromWireGuard(p *packet.Parsed, captHook pa if filt == nil { return filter.Drop, gro } - fmt.Println("Kevin: I was here at filterPacketInboundFromWireGuard") outcome := filt.RunIn(p, t.filterFlags) // Let peerapi through the filter; its ACLs are handled at L7,