Skip to content

Commit 84dc601

Browse files
Update TypeUtils.java
1 parent 66b7af7 commit 84dc601

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/oracle/weblogic/deploy/aliases/TypeUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ public static Object convertToType(Class<?> targetType, Object value, String del
187187
strValue = String.valueOf((char[]) value);
188188
} else {
189189
strValue = value.toString().trim();
190-
LOGGER.fine("The string value is {0}", strValue);
191190
if (strValue.length() == 0) {
192191
return null;
193192
}

0 commit comments

Comments
 (0)