Remove debug print.
This commit is contained in:
parent
3cb66b7e23
commit
195c81c6ff
@ -136,8 +136,6 @@ impl StringsInterner<'_> {
|
|||||||
|
|
||||||
dict.insert(key, value.clone());
|
dict.insert(key, value.clone());
|
||||||
|
|
||||||
println!("Interning '{value}'");
|
|
||||||
|
|
||||||
// If the interner is over capacity, remove the longest entry
|
// If the interner is over capacity, remove the longest entry
|
||||||
if self.strings.len() > self.max {
|
if self.strings.len() > self.max {
|
||||||
// Leave some buffer to grow when shrinking the cache.
|
// Leave some buffer to grow when shrinking the cache.
|
||||||
|
Loading…
Reference in New Issue
Block a user