mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +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(),
|
||||
};
|
||||
|
||||
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