chore: remove unused debug log
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
79d00b356f
commit
6f033af336
@ -60,13 +60,6 @@ func readKeyFromMMKV(file string, logger *zap.Logger) ([]byte, error) {
|
||||
return normalizeUnicode(name)
|
||||
})
|
||||
|
||||
logger.Debug("filename",
|
||||
zap.String("partName", partName),
|
||||
zap.Int("partName", len(partName)),
|
||||
zap.String("fileNames", fileNames[0]),
|
||||
zap.Int("fileNames", len(fileNames[0])),
|
||||
)
|
||||
|
||||
for _, key := range fileNames { // fallback: match filename only
|
||||
if key != partName {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user