don't
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(knot): remove random tracing event

Signed-off-by: tjh <x@tjh.dev>

tjh 209fd268 24a9c915

-1
-1
crates/gordian-knot/src/public/git.rs
··· 48 48 request_id: Option<RequestId>, 49 49 request: Request, 50 50 ) -> Response { 51 - tracing::info!("hello"); 52 51 match service { 53 52 GitService::GitUploadPack => { 54 53 upload_pack::advertise_upload_pack(state, protocol, request_id, request)