Skip to content

Commit eeab705

Browse files
Cleaned up messages
1 parent 7e92f25 commit eeab705

File tree

1 file changed

+0
-2
lines changed
  • core/src/main/python/wlsdeploy/tool/create

1 file changed

+0
-2
lines changed

core/src/main/python/wlsdeploy/tool/create/creator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ def _create_security_provider_mbeans(self, type_name, model_nodes, base_location
193193
for model_name in model_nodes:
194194
model_node = model_nodes[model_name]
195195

196-
# Need to create the node first ?
197-
self.logger.fine('Adding the provider {0} at location {1}', model_name, str(location))
198196
if model_node is None:
199197
# The node is empty so nothing to do... move to the next named node.
200198
continue

0 commit comments

Comments
 (0)