Skip to content

Commit 0c52a62

Browse files
committed
Remove log
1 parent 8243d06 commit 0c52a62

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/temporal/workflow/history/event_target.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ def self.from_command(command_id, command)
7878
command_type = command.class.name
7979
target_type = WORKFLOW_TARGET_TYPES[command_type]
8080

81-
Temporal.logger.info("Command type: #{command_type}, command dump: #{command.inspect}")
82-
8381
unless target_type
8482
raise UnexpectedCommandType, "Unexpected command type #{command_type}"
8583
end

0 commit comments

Comments
 (0)