diff --git a/src/main.rs b/src/main.rs index e53fe50..680792e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -145,7 +145,6 @@ async fn post_relay( endpoint: endpoint::Endpoint, target: actor::Actor ) -> Response { - dbg!(&endpoint); let action = match serde_json::from_value::>(endpoint.payload.clone()) { Ok(action) => action, Err(e) => {