refactor: remove logger

This commit is contained in:
siujamo
2025-06-04 10:52:49 +08:00
parent fea28084f2
commit 66e65c3072
@@ -85,8 +85,6 @@ import java.util.Map;
*/
public final class MapUtil {
private final static Logger log = LoggerFactory.getLogger(MapUtil.class);
/**
* Converts an object to a map by mapping the field names to their corresponding values.
*