This commit is contained in:
2024-08-05 19:16:52 +03:00
parent 80e3537fb0
commit 077bfe9676

View File

@@ -41,7 +41,6 @@ public class SapforTransformation extends SapforPass {
db_project_info.ResetNewVersions();
target.createEmptyVersion(getVersionLetter(), getVersionDescription());
//уже добавлена. отображена и выбрана!
UI.Info("+");
}
@Override
@@ -54,7 +53,6 @@ public class SapforTransformation extends SapforPass {
target.last_version.Home.getAbsolutePath(),
Options
);
UI.Info("++");
}
@Override
protected void performDone() throws Exception {