Skip to content

Commit 66b7af7

Browse files
remove unused logstreams
1 parent bea0490 commit 66b7af7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/python/wlsdeploy/aliases/alias_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,6 @@ def _jconvert_to_type(data_type, value, delimiter):
818818
nfe.getLocalizedMessage(), error=nfe)
819819
_logger.throwing(ex, class_name=_class_name, method_name=_method_name)
820820
raise ex
821-
_logger.fine('the converted is {0} converter from original {1} and the alias type is {2}', converted, value, data_type)
822821
try:
823822
if data_type == LONG:
824823
converted = Long(converted)
@@ -1087,7 +1086,6 @@ def _create_array(iterable, delimiter):
10871086
:return: an array or a string containing the same contents as the provided iterable
10881087
"""
10891088
myarray = []
1090-
_logger.fine('The iterable is {0} of type {1}', iterable, type(iterable))
10911089
if iterable:
10921090
for element in iterable:
10931091
if isinstance(element, ObjectName):

0 commit comments

Comments
 (0)