From f070c64c92720eeb6e4626fa57f819ce6ad9d527 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Thu, 9 Jan 2025 09:19:04 -0600 Subject: [PATCH] remove TODO related to postprocessor printing (#236) --- R/workflow.R | 3 --- 1 file changed, 3 deletions(-) diff --git a/R/workflow.R b/R/workflow.R index 6ca86ac..e963659 100644 --- a/R/workflow.R +++ b/R/workflow.R @@ -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")