mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Remove dbg!(..) expression in highlighter tests
This commit is contained in:
parent
cd2573fcc3
commit
83ab8cf4e5
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ mod tests {
|
||||||
None => MatchingWords::default(),
|
None => MatchingWords::default(),
|
||||||
};
|
};
|
||||||
|
|
||||||
MatcherBuilder::new(dbg!(matching_words), TokenizerBuilder::new().build())
|
MatcherBuilder::new(matching_words, TokenizerBuilder::new().build())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue