[migration] remove unused log (#71)
[migration] remove unused log Co-authored-by: Kassian Sun <kassiansun@outlook.com>
This commit is contained in:
parent
52ff99af0c
commit
5ad2e042a9
|
@ -90,7 +90,6 @@ func GetMapStringSliceValue(m util.MapStr, key string) []string {
|
||||||
log.Errorf("got %s but failed to extract, type: %T", key, v)
|
log.Errorf("got %s but failed to extract, type: %T", key, v)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
log.Info(key, vv)
|
|
||||||
ret := make([]string, len(vv))
|
ret := make([]string, len(vv))
|
||||||
var err error
|
var err error
|
||||||
for i := range vv {
|
for i := range vv {
|
||||||
|
|
Loading…
Reference in New Issue