Remove license update job (#20037)

This commit is contained in:
Shireesh Anjal
2024-07-04 00:19:48 +05:30
committed by GitHub
parent 88926ad8e9
commit 22c53b1c70
3 changed files with 0 additions and 126 deletions
-4
View File
@@ -184,10 +184,6 @@ func etcdLogOnceIf(ctx context.Context, err error, id string, errKind ...interfa
logger.LogOnceIf(ctx, "etcd", err, id, errKind...)
}
func subnetLogIf(ctx context.Context, err error, errKind ...interface{}) {
logger.LogIf(ctx, "subnet", err, errKind...)
}
func metricsLogIf(ctx context.Context, err error, errKind ...interface{}) {
logger.LogIf(ctx, "metrics", err, errKind...)
}