mirror of
https://github.com/rancher/steve.git
synced 2025-08-12 03:31:35 +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 (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
|
||||||
|
|
||||||
"github.com/rancher/wrangler/v3/pkg/data"
|
"github.com/rancher/wrangler/v3/pkg/data"
|
||||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||||
@ -77,7 +76,6 @@ func (w *tableConvertWatch) ResultChan() <-chan k8sWatch.Event {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (w *tableConvertWatch) Stop() {
|
func (w *tableConvertWatch) Stop() {
|
||||||
fmt.Println("stop")
|
|
||||||
close(w.done)
|
close(w.done)
|
||||||
w.Interface.Stop()
|
w.Interface.Stop()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user