X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e09347c89ca119213c4d8ba43083653cda793399..6e61f90a8efa2fe1ed10bac083ac80875ffd5ca0:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index b85d3748f..e7ee2b216 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1355,9 +1355,6 @@ Content-Length: $numbytes while () { print OUT $_; - open(DUMP_OUT, "> /tmp/lx2.dump" ); - print(DUMP_OUT Dumper($self)); - close(DUMP_OUT); }