From cd6c5db8ff3660b54a7f1295940770036cea54f4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 20 Apr 2021 20:50:11 -0400 Subject: spine options, pod uses source file structure --- src/doc_reform/io_out/hub.d | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/doc_reform/io_out/hub.d') diff --git a/src/doc_reform/io_out/hub.d b/src/doc_reform/io_out/hub.d index 5ece133..5b2d74b 100644 --- a/src/doc_reform/io_out/hub.d +++ b/src/doc_reform/io_out/hub.d @@ -71,9 +71,7 @@ template outputHub() { void Scheduled(D,I)(int sched, D doc_abstraction, I doc_matters) { auto msg = Msg!()(doc_matters); if (sched == outTask.source_or_pod) { - if (doc_matters.opt.action.source) { - msg.v("spine (doc reform) source processing... "); - } + msg.v("spine (doc reform) source processing... "); if (doc_matters.opt.action.pod) { msg.v("spine (doc reform) source pod processing... "); } -- cgit v1.2.3