From fdd568801d59ac7d4d5d080f2d646b9a7c19a2e9 Mon Sep 17 00:00:00 2001 From: MrMelon54 Date: Sun, 24 Sep 2023 12:30:56 +0100 Subject: [PATCH] Remove extra comments --- cache.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cache.go b/cache.go index 4800d58..1ec58a3 100644 --- a/cache.go +++ b/cache.go @@ -80,8 +80,6 @@ func (c *Cache[K, V]) cleaner() { c.chainSplice(key) default: // skip if chainAdd or chainDel isn't ready - - println("Skip first select") } // at this point if the chain is empty then exit