Skip to content

Commit

Permalink
remove a debug
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzijones authored and ajjonen committed Dec 21, 2023
1 parent 9f8c861 commit 98e5110
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion st2common/st2common/util/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ def render_live_params(
G = _validate(G)

context = _resolve_dependencies(G)
LOG.debug("context: %s" % str(context))
live_params = _cast_params_from(
params, context, [action_parameters, runner_parameters]
)
Expand Down

0 comments on commit 98e5110

Please sign in to comment.