We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8243d06 commit 0c52a62Copy full SHA for 0c52a62
1 file changed
lib/temporal/workflow/history/event_target.rb
@@ -78,8 +78,6 @@ def self.from_command(command_id, command)
78
command_type = command.class.name
79
target_type = WORKFLOW_TARGET_TYPES[command_type]
80
81
- Temporal.logger.info("Command type: #{command_type}, command dump: #{command.inspect}")
82
-
83
unless target_type
84
raise UnexpectedCommandType, "Unexpected command type #{command_type}"
85
end
0 commit comments