Browse Source

Removal of debug output.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@1871 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 16 years ago
parent
commit
a653cd6239
  1. 1
      prism/src/parser/visitor/FindAllVars.java

1
prism/src/parser/visitor/FindAllVars.java

@ -61,7 +61,6 @@ public class FindAllVars extends ASTTraverseModify
throw new PrismLangException(s, e.getVarIdent(i));
}
// Store the type
System.out.println("Setting "+i+" of " +e+ " to "+varTypes.elementAt(j));
e.setType(i, varTypes.elementAt(j));
// And store the variable index
e.setVarIndex(i, j);

Loading…
Cancel
Save