disabled crazy sleep loop

This commit is contained in:
Michael Peter Christen 2014-11-21 14:38:54 +01:00
parent 092d97d7ac
commit 2beb6abeb6

View File

@ -809,6 +809,8 @@ public final class FileUtils {
}
}
if (path.exists()) path.delete();
/*
int c = 0;
while ( c++ < 20 ) {
if ( !path.exists() ) {
@ -826,6 +828,7 @@ public final class FileUtils {
break;
}
}
*/
if ( path.exists() ) {
path.deleteOnExit();
String p = "";