main: rm dbg

This commit is contained in:
Astro 2022-12-23 18:56:21 +01:00
parent f010e84c94
commit cd99f0ff55
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ async fn post_relay(
endpoint: endpoint::Endpoint,
target: actor::Actor
) -> Response {
dbg!(&endpoint);
let action = match serde_json::from_value::<activitypub::Action<serde_json::Value>>(endpoint.payload.clone()) {
Ok(action) => action,
Err(e) => {