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

git-svn-id: svn://10.0.0.236/trunk@72734 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
endico%mozilla.org 2000-06-21 04:02:53 +00:00
parent 5e191add7c
commit ce7d9ee170

View File

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