mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
del unused once field
Change-Id: I8086a4bc20baffaf94c4845d3d5e62ce7120fe33
This commit is contained in:
@@ -26,7 +26,6 @@ type HRPBoomer struct {
|
|||||||
plugins []common.Plugin // each task has its own plugin process
|
plugins []common.Plugin // each task has its own plugin process
|
||||||
pluginsMutex *sync.RWMutex // avoid data race
|
pluginsMutex *sync.RWMutex // avoid data race
|
||||||
debug bool
|
debug bool
|
||||||
once sync.Once
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetDebug configures whether to log HTTP request and response content.
|
// SetDebug configures whether to log HTTP request and response content.
|
||||||
|
|||||||
Reference in New Issue
Block a user