aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/io_out/hub.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-04-20 20:50:11 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-04-20 20:50:28 -0400
commitcd6c5db8ff3660b54a7f1295940770036cea54f4 (patch)
treeb51ace43723f82559f70e2152631b084a7f72606 /src/doc_reform/io_out/hub.d
parentspine_build_scaffold: nix related housekeeping (diff)
spine options, pod uses source file structure
Diffstat (limited to 'src/doc_reform/io_out/hub.d')
-rw-r--r--src/doc_reform/io_out/hub.d4
1 files changed, 1 insertions, 3 deletions
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... ");
}