mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-25 05:20:59 +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,
|
endpoint: endpoint::Endpoint,
|
||||||
target: actor::Actor
|
target: actor::Actor
|
||||||
) -> Response {
|
) -> Response {
|
||||||
dbg!(&endpoint);
|
|
||||||
let action = match serde_json::from_value::<activitypub::Action<serde_json::Value>>(endpoint.payload.clone()) {
|
let action = match serde_json::from_value::<activitypub::Action<serde_json::Value>>(endpoint.payload.clone()) {
|
||||||
Ok(action) => action,
|
Ok(action) => action,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
|
Loading…
Reference in a new issue