mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
rm debug info
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
cde8ca7166
commit
cc0cc49234
1 changed files with 0 additions and 1 deletions
|
@ -210,7 +210,6 @@ func (a *Aggregators) MustStop() {
|
|||
// so no further calls to MustStop are needed.
|
||||
func (a *Aggregators) UpdateWith(b *Aggregators) int {
|
||||
if b == nil {
|
||||
fmt.Println("lol b is nil")
|
||||
a.MustStop()
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue