Skip to content

Commit d8973ed

Browse files
committed
remove debugging statement
1 parent 1493200 commit d8973ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/js/search.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2730,7 +2730,6 @@ class DocSearch {
27302730
if (hasType && containsTypeFromQuery(result.item.type.inputs)) {
27312731
result.path_dist *= 100;
27322732
result.dist *= 100;
2733-
console.log(result);
27342733
}
27352734
}
27362735
result_list.push(result);

0 commit comments

Comments
 (0)