Skip to content

Commit d6b940e

Browse files
authored
removed unneeded log
1 parent 5e67315 commit d6b940e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/cloudshell/cm/customscript/customscript_shell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def execute_script(self, command_context, script_conf_json, cancellation_context
3333
:rtype str
3434
"""
3535
with LoggingSessionContext(command_context) as logger:
36-
logger.debug('\'execute_script\' is called with the configuration json: \n' + script_conf_json)
36+
#logger.debug('\'execute_script\' is called with the configuration json: \n' + script_conf_json)
3737

3838
with ErrorHandlingContext(logger):
3939
with CloudShellSessionContext(command_context) as api:
@@ -127,4 +127,4 @@ def _connect(self, executor, cancel_sampler, timeout_minutes):
127127
#
128128
# shell = CustomScriptShell()
129129
#
130-
# shell.execute_script(context, conf)
130+
# shell.execute_script(context, conf)

0 commit comments

Comments
 (0)