removing debug

dev
mzack 2024-03-11 19:58:08 +01:00
parent 29f4ac9160
commit de9f9620d5
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package protocolstate
import (
"log"
"sync"
"time"
@ -25,7 +24,6 @@ func StartActiveMemGuardian() {
memTimer := time.NewTicker(memguardian.DefaultInterval)
go func() {
for range memTimer.C {
log.Println(IsLowOnMemory())
if IsLowOnMemory() {
GlobalGuardBytesBufferAlloc()
} else {