Skip to content

Commit 5e11a45

Browse files
Merge branch 'WDT-58-quota-mbean-setter-method-missing' of github.com:oracle/weblogic-deploy-tooling into WDT-58-quota-mbean-setter-method-missing
2 parents 31f4d95 + d2a3d58 commit 5e11a45

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)