удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -265,7 +265,6 @@ public class Global {
|
||||
if (files != null) {
|
||||
for (File file : files) {
|
||||
if (file.getName().contains(Constants.old_tests_db_name)) {
|
||||
System.out.println("found " + Utils.Brackets(file.getAbsolutePath()));
|
||||
try {
|
||||
Utils.forceDeleteWithCheck(file);
|
||||
} catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user