Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Workflow/Sources/WorkflowNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ final class WorkflowNode<WorkflowType: Workflow> {

/// Internal method that forwards the render call through the underlying `subtreeManager`,
/// and eventually to the client-specified `Workflow` instance.
/// - Parameter isRootNode: whether or not this is the root node of the tree. Note, this
/// is currently only used as a hint for the logging infrastructure, and is up to callers to correctly specify.
/// - Returns: A `Rendering` of appropriate type
func render() -> WorkflowType.Rendering {
WorkflowLogger.logWorkflowStartedRendering(ref: self)
Expand Down
Loading