Skip to content

Commit a64cf8e

Browse files
jshum2479Johnny
authored andcommitted
remove debug prints
1 parent b5d6b8f commit a64cf8e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

core/src/main/python/create.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,10 @@ def __process_args(args):
8787
"""
8888
cla_util = CommandLineArgUtil(_program_name, __required_arguments, __optional_arguments)
8989
required_arg_map, optional_arg_map = cla_util.process_args(args, True)
90-
print 'PASSED 1'
9190
__verify_required_args_present(required_arg_map)
9291
__process_java_home_arg(optional_arg_map)
9392
__process_domain_location_args(optional_arg_map)
9493
__process_model_args(optional_arg_map)
95-
print 'PASSED 2'
9694

9795
#
9896
# Verify that the domain type is a known type and load its typedef.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,6 @@ def __configure_fmw_infra_database(self):
706706

707707
# Need to set for the connection proeprty for each datasource
708708

709-
print 'conn ' + str(rcu_database)
710-
print 'prefix ' + str(rcu_prefix)
711-
print 'pawws ' + str(rcu_schema_pwd)
712709
fmw_database = self.wls_helper.get_jdbc_url_from_rcu_connect_string(rcu_database)
713710

714711
location = LocationContext()
@@ -776,7 +773,6 @@ def __configure_fmw_infra_database(self):
776773
self.__set_atp_connection_property(location, DRIVER_PARAMS_NET_SERVER_DN_MATCH_PROPERTY, 'true')
777774
self.__set_atp_connection_property(location, DRIVER_PARAMS_NET_TNS_ADMIN, tns_admin)
778775
self.__set_atp_connection_property(location, DRIVER_PARAMS_NET_FAN_ENABLED, 'false')
779-
print 'UPDATED ALL PROPERTIES '
780776

781777
except VariableException, ex:
782778
self.logger.severe('WLSDPLY-20004', _program_name, ex.getLocalizedMessage(), error=ex,

0 commit comments

Comments
 (0)