Remove extra comments

This commit is contained in:
Melon 2023-09-24 12:30:56 +01:00
parent b262a5f11e
commit fdd568801d
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -80,8 +80,6 @@ func (c *Cache[K, V]) cleaner() {
c.chainSplice(key) c.chainSplice(key)
default: default:
// skip if chainAdd or chainDel isn't ready // skip if chainAdd or chainDel isn't ready
println("Skip first select")
} }
// at this point if the chain is empty then exit // at this point if the chain is empty then exit