Commit 072070a2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

oops, committed test code not meant to be here

parent 3c3ad134
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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";