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

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

@@ -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;