Skip to content

Commit 1d13399

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

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,9 +1160,6 @@ class NameTrie {
11601160
for(constentryoftailTable.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)