Remove some commented out debugging code.
This commit is contained in:
parent
1644d55106
commit
84cbdf31c8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20045
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
# GNU General Public License Version 2.
|
||||
# (http://www.gnu.ai.mit.edu/copyleft/gpl.html)
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.18 2004/02/16 14:41:30 ceri Exp $
|
||||
# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.19 2004/02/16 16:49:25 ceri Exp $
|
||||
|
||||
require "html.pl";
|
||||
|
||||
|
@ -190,7 +190,6 @@ $pr .= "X-Send-Pr-Version: www-2.2\n\n" .
|
|||
# remove any carrage returns that appear in the report.
|
||||
$pr =~ s/\r//g;
|
||||
|
||||
#print "<PRE>$submitprog\n\n$pr\n</PRE>";
|
||||
if (open (SUBMIT, "|$submitprog")){
|
||||
|
||||
print SUBMIT $pr;
|
||||
|
|
Loading…
Reference in a new issue