del unused once field

Change-Id: I8086a4bc20baffaf94c4845d3d5e62ce7120fe33
This commit is contained in:
buyuxiang
2022-02-17 15:09:41 +08:00
parent 0f7ea53e56
commit 5619556698

View File

@@ -26,7 +26,6 @@ type HRPBoomer struct {
plugins []common.Plugin // each task has its own plugin process
pluginsMutex *sync.RWMutex // avoid data race
debug bool
once sync.Once
}
// SetDebug configures whether to log HTTP request and response content.