mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-23 23:00:59 +00:00
Remove dbg!(..) expression in highlighter tests
This commit is contained in:
@ -528,7 +528,7 @@ mod tests {
|
||||
None => MatchingWords::default(),
|
||||
};
|
||||
|
||||
MatcherBuilder::new(dbg!(matching_words), TokenizerBuilder::new().build())
|
||||
MatcherBuilder::new(matching_words, TokenizerBuilder::new().build())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user