Skip to content

Commit

Permalink
chore(sdf): Remove dbg for host_name
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Aug 14, 2024
1 parent 368c6cc commit 598b983
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/sdf-server/src/server/service/diagram/get_diagram.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ pub async fn get_diagram(
let ctx = builder.build(request_ctx.build(request.visibility)).await?;
let response = Diagram::assemble(&ctx).await?;

dbg!(&host_name);

track(
&posthog_client,
&ctx,
Expand Down

0 comments on commit 598b983

Please sign in to comment.