mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:45:27 +00:00
removing debug
This commit is contained in:
parent
29f4ac9160
commit
de9f9620d5
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user