Skip to content

Commit

Permalink
remove TODO related to postprocessor printing (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jan 9, 2025
1 parent 784d0fd commit f070c64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/workflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,6 @@ print_postprocessor <- function(x) {
print_postprocessor_tailor <- function(x) {
tailor <- extract_postprocessor(x)

# TODO: currently this function just captures and reprints the tailor
# print method. other workflows methods define their own print methods;
# considering doing so or refactoring.
# TODO: this snap currently includes some NA return values and marks the
# following output as a message rather than output.
tailor_print <- utils::capture.output(tailor, type = "message")
Expand Down

0 comments on commit f070c64

Please sign in to comment.