Skip to content

Commit c9dbd7a

Browse files
committed
fix: debug string
1 parent bb20190 commit c9dbd7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/subreddit.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ pub async fn community(req: Request<Body>) -> Result<Response<Body>, String> {
143143
}
144144

145145
let path = format!("/r/{}/{sort}.json?{}{params}", sub_name.replace('+', "%2B"), req.uri().query().unwrap_or_default());
146-
debug!("Path: {}", path);
147146
let url = String::from(req.uri().path_and_query().map_or("", |val| val.as_str()));
148147
let redirect_url = url[1..].replace('?', "%3F").replace('&', "%26").replace('+', "%2B");
149148
let filters = get_filters(&req);

0 commit comments

Comments
 (0)