Skip to content

Commit

Permalink
fix: remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonVirgo committed Aug 3, 2024
1 parent 9d1b2b2 commit 2ad7a28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/api/dashboard/vote_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ async fn scrape_votes(_: Data<AppState>, path: web::Path<String>) -> impl Respon
}
};

println!("{:?}", page_data);

HttpResponse::Found()
.insert_header(("HX-Redirect", format!("/dashboard/{}?d=2", thread_id))).finish()
}

0 comments on commit 2ad7a28

Please sign in to comment.