diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-05-23 18:32:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | 9c07f0aac1f5d7a7480667dca53671fcd986db5a (patch) | |
tree | fffc45bd35a0b80461b80378ed0028b5afea346a /src/sdp/sdp.d | |
parent | imageformats dependency added (diff) |
image paths
Diffstat (limited to 'src/sdp/sdp.d')
-rwxr-xr-x | src/sdp/sdp.d | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sdp/sdp.d b/src/sdp/sdp.d index e5d73c0..c5ee70a 100755 --- a/src/sdp/sdp.d +++ b/src/sdp/sdp.d @@ -336,7 +336,6 @@ void main(string[] args) { arg_unrecognized ~= " " ~ arg; } } - if (!(_opt_action.skip_output)) { debug(steps) { writeln("step0 commence → (without processing files)"); |