no message

This commit is contained in:
2024-04-26 19:16:38 +03:00
parent 4d629df46f
commit b17e23a93a
12 changed files with 15 additions and 29 deletions

View File

@@ -211,9 +211,6 @@ public class SPF_GetGraphFunctionPositions extends SilentSapforPass {
}
*/
protected void unpack(String packed) throws Exception {
//System.out.println("---");
// System.out.println(packed);
// UI.Info("+");
String[] splited = packed.split("\\|");
int j = 0;
//-
@@ -266,8 +263,6 @@ public class SPF_GetGraphFunctionPositions extends SilentSapforPass {
));
}
}
//---
//UI.Info("+");
}
@Override
protected void body() throws Exception {