Skip to content
Snippets Groups Projects
Commit b24e23c6 authored by hansen's avatar hansen
Browse files

disable TLC's coverage prints

parent dc53456c
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ public abstract class AbstractChecker implements Cancelable ...@@ -174,7 +174,7 @@ public abstract class AbstractChecker implements Cancelable
for (int i = 0; i < skeys.length; i++) for (int i = 0; i < skeys.length; i++)
{ {
long val = counts.get(skeys[i]); long val = counts.get(skeys[i]);
MP.printMessage(EC.TLC_COVERAGE_VALUE, new String[] { skeys[i].toString(), String.valueOf(val) }); //MP.printMessage(EC.TLC_COVERAGE_VALUE, new String[] { skeys[i].toString(), String.valueOf(val) });
Location location = locationTable.get(skeys[i]); Location location = locationTable.get(skeys[i]);
if(location != null){ if(location != null){
OutputCollector.lineCount.put(location, val); OutputCollector.lineCount.put(location, val);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment