Skip to content

Commit

Permalink
Merge pull request #429 from d-m-u/removing_to_xml
Browse files Browse the repository at this point in the history
Remove the to_xml call from miq_ae_engine
  • Loading branch information
tinaafitz authored Mar 4, 2020
2 parents 700bcc5 + 2f241b2 commit 1a3ba3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/miq_automation_engine/engine/miq_ae_engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,7 @@ def self.resolve_automation_object(uri, user_obj, attr = nil, options = {}, read

uri = create_automation_object(uri, attr, options) if attr
options[:uri] = uri
MiqAeWorkspaceRuntime.instantiate(uri, user_obj, :readonly => readonly).tap do |ws|
$miq_ae_logger.debug { ws.to_expanded_xml }
end
MiqAeWorkspaceRuntime.instantiate(uri, user_obj, :readonly => readonly)
end

def self.ae_user_object(options = {})
Expand Down

0 comments on commit 1a3ba3a

Please sign in to comment.