remove removal of debug files from startup

This commit is contained in:
minima 2001-10-10 08:39:01 +00:00
parent 6e8ea6c3fb
commit f5028d3860

View File

@ -466,12 +466,6 @@ eval {
};
dbg("Local::init error $@") if $@;
dbg("cleaning out old debug files");
DXDebug::dbgclean();
# print various flags
#dbg("seful info - \$^D: $^D \$^W: $^W \$^S: $^S \$^P: $^P");
# this, such as it is, is the main loop!
dbg("orft we jolly well go ...");
my $script = new Script "startup";