mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Remove dbg!(..) expression in highlighter tests
This commit is contained in:
parent
cd2573fcc3
commit
83ab8cf4e5
@ -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…
Reference in New Issue
Block a user