From 703ddafbb14127db4b7b52bfada3d3d96e22754d Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph.amissah@gmail.com>
Date: Tue, 9 Jul 2019 18:25:00 -0400
Subject: cosmetic

---
 src/doc_reform/source/paths_source.d | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

(limited to 'src/doc_reform/source')

diff --git a/src/doc_reform/source/paths_source.d b/src/doc_reform/source/paths_source.d
index 408d227..f315ab9 100644
--- a/src/doc_reform/source/paths_source.d
+++ b/src/doc_reform/source/paths_source.d
@@ -38,7 +38,7 @@ template PodManifest() {
             _manifest_path = m.captures["podpath"];
           }
         } else  {
-          writeln("WARNING, issue with manifest_path: ", _pth); // remove?
+          writeln("WARNING, issue with manifest_path: ", _pth);
           _manifest_path = null; // _manifest_path = "";
         }
         return _manifest_path;
@@ -105,11 +105,6 @@ template PathMatters() {
           }
           auto collection_root() {
             auto _collection_root = asNormalizedPath(chainPath(_manifest.pod_manifest_path, "..")).array;
-            if (auto m = (_collection_root).match(rgx.src_pth_pod_root)) {
-            // consider testing for last dir in path name being pod, and giving warning if not
-            } else {
-              writeln("WARNING, collection_root not named \"pod\"");
-            }
             return _collection_root;
           }
           string manifest_filename() {
-- 
cgit v1.2.3