Skip to content

Commit d2a3d58

Browse files
Update jms_resources_deployer.py
1 parent dbcf15e commit d2a3d58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/python/wlsdeploy/tool/deploy/jms_resources_deployer.py

-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ def _add_named_elements(self, type_name, model_nodes, location):
7979
1) Group params require special handling.
8080
2) Destinations may require placeholder templates.
8181
"""
82-
_method_name = '_add_named_elements'
83-
self.logger.entering(type_name, class_name=self._class_name, method_name=_method_name)
8482
if type_name == GROUP_PARAMS:
8583
self._add_group_params(model_nodes, location)
8684
return

0 commit comments

Comments
 (0)