removed console output

This commit is contained in:
hneemann 2017-07-17 13:06:02 +02:00
parent ae2ef5994a
commit f38f39c6c0

View File

@ -17,7 +17,7 @@ import java.util.HashMap;
import java.util.HashSet;
/**
* Tests the files in the 74xx/lib folder for consistency.
* Tests the files in the lib folder for consistency.
* Created by hneemann on 13.05.17.
*/
public class TestLib extends TestCase {
@ -35,8 +35,6 @@ public class TestLib extends TestCase {
Circuit circuit = new ToBreakRunner(dig).getCircuit();
boolean is74xx = dig.getPath().contains("74xx");
System.out.println(dig);
if (is74xx) {
assertTrue("is not DIL", circuit.getAttributes().get(Keys.IS_DIL));
count74xx++;