mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Remove console.log
This commit is contained in:
parent
86da4be47f
commit
1d133993ed
@ -1160,9 +1160,6 @@ class NameTrie {
|
||||
for (const entry of tailTable.get(tail)) {
|
||||
entry.searchSubstringPrefix(name, 3, results);
|
||||
}
|
||||
} else {
|
||||
console.log(tailTable);
|
||||
console.log(tail);
|
||||
}
|
||||
}
|
||||
return [...results];
|
||||
|
Loading…
Reference in New Issue
Block a user