diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-07-31 10:25:29 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | 9f5a72665fd94dcb082a9710c71e6a6a08386450 (patch) | |
tree | 7b5fbb382c6382b51cd6035e3f37744cb7eb9688 /org/source_files_read.org | |
parent | meson build related (reggae removed for now) (diff) |
messages & remove outputs not generated
Diffstat (limited to 'org/source_files_read.org')
-rw-r--r-- | org/source_files_read.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org/source_files_read.org b/org/source_files_read.org index fb53f54..8f5430a 100644 --- a/org/source_files_read.org +++ b/org/source_files_read.org @@ -65,7 +65,6 @@ static template readConfigSite() { if (exists(conf_file)) { debug(io) { writeln("WARNING (io debug) in config file found: ", conf_file); - // writeln(__LINE__, ": found: ", conf_file, " in ", pth); } config_file_str = conf_file.readText; break; |