diff --git a/internal/deploy/helm/install.go b/internal/deploy/helm/install.go index 4de492ff3d9..83ad68ad8fc 100644 --- a/internal/deploy/helm/install.go +++ b/internal/deploy/helm/install.go @@ -37,10 +37,6 @@ type Installer struct { log *logger.Logger } -//type debugLog interface { -// Debugf(format string, args ...any) -// Sync() -//} // NewInstaller creates a new Installer with the given logger. func NewInstaller(kubeconfig string) (*Installer, error) {