Commit 29afc527 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Remove some debug code that I had in apxs.in.

Submitted by:	Karl Fogel <kfogel@collab.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90769 13f79535-47bb-0310-9956-ffa450edef68
parent d2f9ffd5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -520,7 +520,6 @@ if ($opt_i or $opt_e) {
        }

        open(FP, "<$CFG_SYSCONFDIR/$CFG_TARGET.conf") || die;
        open(FP, "httpd.conf") || die;
        my $content = join('', <FP>);
        close(FP);