oops, bonsai was slow because the data dir had filled up with 27K temp files. lets delete them when we're done

This commit is contained in:
endico%mozilla.org 2000-06-21 04:02:53 +00:00
parent 96c4bec394
commit 2ac4a625a1

View File

@ -47,6 +47,6 @@ close(FILE);
chmod(0666, $filename);
system("./addcheckin.pl", $filename);
# unlink($filename);
unlink($filename);
exit;