[migration] remove unused log (#71)

[migration] remove unused log

Co-authored-by: Kassian Sun <kassiansun@outlook.com>
This commit is contained in:
sunjiacheng 2023-04-21 16:02:13 +08:00 committed by medcl
parent 52ff99af0c
commit 5ad2e042a9
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ func GetMapStringSliceValue(m util.MapStr, key string) []string {
log.Errorf("got %s but failed to extract, type: %T", key, v)
return nil
}
log.Info(key, vv)
ret := make([]string, len(vv))
var err error
for i := range vv {