oops, committed test code not meant to be here

This commit is contained in:
Daniel Stenberg 2003-04-09 12:02:06 +00:00
parent 3c3ad134ea
commit 072070a22c
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@ use strict;
require "getpart.pm";
if($] >= 5.8) {
require 'open'; import( 'open', OUT => ':raw' );
}
open(FTPLOG, ">log/ftpd.log") ||
print STDERR "failed to open log file, runs without logging\n";