Skip to content

Commit 66e65c3

Browse files
committed
refactor: remove logger
1 parent fea2808 commit 66e65c3

File tree

1 file changed

+0
-2
lines changed
  • devkit-utils/src/main/java/com/onixbyte/devkit/utils

1 file changed

+0
-2
lines changed

devkit-utils/src/main/java/com/onixbyte/devkit/utils/MapUtil.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@
8585
*/
8686
public final class MapUtil {
8787

88-
private final static Logger log = LoggerFactory.getLogger(MapUtil.class);
89-
9088
/**
9189
* Converts an object to a map by mapping the field names to their corresponding values.
9290
*

0 commit comments

Comments
 (0)