Skip to content

Commit 1d13399

Browse files
authored
Remove console.log
1 parent 86da4be commit 1d13399

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -1160,9 +1160,6 @@ class NameTrie {
11601160
for (const entry of tailTable.get(tail)) {
11611161
entry.searchSubstringPrefix(name, 3, results);
11621162
}
1163-
} else {
1164-
console.log(tailTable);
1165-
console.log(tail);
11661163
}
11671164
}
11681165
return [...results];

0 commit comments

Comments
 (0)