удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -52,7 +52,6 @@ public class SPF_GetGCovInfo extends SilentSapforPass {
|
||||
unpack(sapfor.getResult());
|
||||
}
|
||||
protected void unpack(String packed) throws Exception {
|
||||
System.out.println("PACKED GCOV INFO ="+Utils.Brackets(packed));
|
||||
String[] byFiles = packed.split("@");
|
||||
for (int z = 0; z < byFiles.length; ++z) {
|
||||
DBProjectFile cur = target.db.files.get((byFiles[z++]).replace("/", "\\"));
|
||||
|
||||
Reference in New Issue
Block a user