удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -17,7 +17,6 @@ public class DeleteLonelyM extends Pass_2021<db_project_info> {
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
Vector<db_project_info> targets = target.getLonelyM();
|
||||
System.out.println(targets.size());
|
||||
for (db_project_info m : targets) {
|
||||
passes.get(PassCode_2021.DeleteVersion).Do(m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user