rm debug info

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2023-10-02 14:31:08 +02:00
parent cde8ca7166
commit cc0cc49234
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

View file

@ -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
}