очистка отладочной печати. тоже кое-что накопилось.

This commit is contained in:
2025-01-29 14:08:57 +03:00
parent 8c9835f8fd
commit f5e411c827
15 changed files with 36 additions and 40 deletions

View File

@@ -30,7 +30,6 @@ public class GetOldBugReports extends Pass<DirInfosDataSet> {
c.setTimeInMillis(System.currentTimeMillis());
c.add(Calendar.MONTH, -Global.normalProperties.BugReportsAgeLimit);
Date date = c.getTime();
System.out.println(date);
long border = date.getTime();
//--
for (File file : files) {

View File

@@ -29,7 +29,6 @@ public class UpdateProperty extends Pass<Object> {
VDirectoryChooser directoryChooser = new VDirectoryChooser("");
VFileChooser fileChooser = new VFileChooser("", "exe");
//-
System.out.println(Utils_.Brackets(name));
if (args.length==1){
if (oldValue instanceof Boolean){
newValue=!(Boolean)oldValue;