mirror of
https://github.com/Nutomic/ibis.git
synced 2024-12-04 08:41:08 +00:00
Remove dbg
This commit is contained in:
parent
c21d6fe08c
commit
c1df872cec
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ pub(in crate::backend::api) async fn get_article(
|
|||
Query(query): Query<GetArticleForm>,
|
||||
data: Data<IbisData>,
|
||||
) -> MyResult<Json<ArticleView>> {
|
||||
dbg!(&query);
|
||||
match (query.title, query.id) {
|
||||
(Some(title), None) => Ok(Json(DbArticle::read_view_title(
|
||||
&title,
|
||||
|
|
Loading…
Reference in a new issue