Skip to content

Commit c1813c0

Browse files
Update model_context.py
remove temporary message
1 parent 4d4bbfe commit c1813c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/python/wlsdeploy/util/model_context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def __copy_from_args(self, arg_map):
113113
if CommandLineArgUtil.ORACLE_HOME_SWITCH in arg_map:
114114
self._oracle_home = arg_map[CommandLineArgUtil.ORACLE_HOME_SWITCH]
115115
psu = XPathUtil(self._oracle_home).getPSU()
116-
self._logger.info("PSU is {0}", psu)
117116
if psu is not None:
118117
self._wl_version += '.' + psu
119118
self._logger.info('WLSDPLY-01050', self._wl_version, class_name=self._class_name,

0 commit comments

Comments
 (0)