удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -236,11 +236,6 @@ public class SPF_GetGraphFunctionPositions extends SilentSapforPass {
|
||||
break;
|
||||
}
|
||||
}
|
||||
/*
|
||||
System.out.println("Got "+target.functionsGraph.vertexMap.keySet().size()+" functions to draw");
|
||||
System.out.println(String.join("\n", target.functionsGraph.vertexMap.keySet()));
|
||||
System.out.println("===============================================");
|
||||
*/
|
||||
//теперь добавить ребер.
|
||||
for (String funcName : target.functionsGraph.vertexMap.keySet()) {
|
||||
FuncInfo fi = target.allFunctions.get(funcName);
|
||||
|
||||
Reference in New Issue
Block a user