Skip to content
Snippets Groups Projects
Commit f2b5e664 authored by dgelessus's avatar dgelessus
Browse files

Remove debug print

parent a2a277ca
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,6 @@ public class TLC4B { ...@@ -159,7 +159,6 @@ public class TLC4B {
println("Violated Definition: " + violatedDefinition); println("Violated Definition: " + violatedDefinition);
} }
System.out.println(TLC4BGlobals.isCreateTraceFile());
if (results.hasTrace() && TLC4BGlobals.isCreateTraceFile()) { if (results.hasTrace() && TLC4BGlobals.isCreateTraceFile()) {
String trace = results.getTrace(); String trace = results.getTrace();
String tracefileName = machineFileNameWithoutFileExtension + ".tla.trace"; String tracefileName = machineFileNameWithoutFileExtension + ".tla.trace";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment