Skip to content

Commit fee2559

Browse files
Remove print statements from source (#906)
1 parent 13a5809 commit fee2559

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ def __extend_domain_with_select_template(self, domain_home):
578578
class_name=self.__class_name, method_name=_method_name)
579579
self.wlst_helper.read_domain(domain_home)
580580

581-
print '******* create security folder'
582581
self.__create_security_folder()
583582

584583
self.logger.exiting(class_name=self.__class_name, method_name=_method_name)

core/src/main/python/wlsdeploy/tool/util/default_authenticator_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def _build_default_template_hash(self, mapping_section_nodes):
9393

9494
template_hash[GROUP_MAPPINGS] = group_mappings
9595
template_hash[USER_MAPPINGS] = user_mappings
96-
print '****** template hash ', template_hash
9796
return template_hash
9897

9998
def _build_group_mapping_hash(self, group_mapping_section, name):

0 commit comments

Comments
 (0)