mirror of
https://github.com/rancher/steve.git
synced 2025-04-27 11:00:48 +00:00
sql: remove spurious log line
Signed-off-by: Silvio Moioli <silvio@moioli.net>
This commit is contained in:
parent
22a06dd14f
commit
cb311a8ce5
@ -6,7 +6,6 @@ package tablelistconvert
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
"github.com/rancher/wrangler/v3/pkg/data"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
@ -77,7 +76,6 @@ func (w *tableConvertWatch) ResultChan() <-chan k8sWatch.Event {
|
||||
}
|
||||
|
||||
func (w *tableConvertWatch) Stop() {
|
||||
fmt.Println("stop")
|
||||
close(w.done)
|
||||
w.Interface.Stop()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user