Skip to content

Commit 7bcffb5

Browse files
committed
disable debugging message
1 parent e5f3baa commit 7bcffb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/metassr-server/src/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl<'a, S: Clone + Send + Sync + 'static> PagesHandler<'a, S> {
4949
let handler =
5050
move |Query(params): Query<HashMap<String, String>>,
5151
Path(path): Path<HashMap<String, String>>| async move {
52-
dbg!(&params, &path);
52+
// dbg!(&params, &path);
5353
Html(*html)
5454
};
5555

0 commit comments

Comments
 (0)