mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-21 19:51:00 +00:00
main: rm dbg
This commit is contained in:
parent
f010e84c94
commit
cd99f0ff55
1 changed files with 0 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue