Skip to content

Commit

Permalink
fix(extractor): remove debug print statement
Browse files Browse the repository at this point in the history
Signed-off-by: SphericalKat <amolele@gmail.com>
  • Loading branch information
SphericalKat committed Mar 30, 2021
1 parent b710193 commit 0fca8c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/extractor.dart
Expand Up @@ -58,7 +58,6 @@ class Extractor {
List<ExtractedResult<T>> extractTop<T>(
String query, List<T> choices, Applicable func, int limit,
[String Function(T obj)? getter]) {
print(getter);

var best = extractWithoutOrder(query, choices, func, getter);
var results = _findTopKHeap(best, limit);
Expand Down

0 comments on commit 0fca8c5

Please sign in to comment.