File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import (
24
24
"github.com/kubevela/pkg/util/runtime"
25
25
"github.com/kubevela/pkg/util/singleton"
26
26
kerrors "k8s.io/apimachinery/pkg/api/errors"
27
- "k8s.io/klog/v2"
28
27
29
28
"github.com/kubevela/workflow/pkg/providers/email"
30
29
"github.com/kubevela/workflow/pkg/providers/http"
@@ -67,7 +66,7 @@ var DefaultCompiler = singleton.NewSingleton[*cuex.Compiler](func() *cuex.Compil
67
66
c := compiler .Get ()
68
67
if EnableExternalPackageForDefaultCompiler {
69
68
if err := c .LoadExternalPackages (context .Background ()); err != nil && ! kerrors .IsNotFound (err ) {
70
- klog .Errorf ("failed to load external packages for cuex default compiler: %s" , err .Error ())
69
+ // klog.Errorf("failed to load external packages for cuex default compiler: %s", err.Error())
71
70
}
72
71
}
73
72
if EnableExternalPackageWatchForDefaultCompiler {
You can’t perform that action at this time.
0 commit comments