We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5c73f commit 0bcc8a3Copy full SHA for 0bcc8a3
1 file changed
scijava/scijava-ops-engine/src/main/java/org/scijava/ops/engine/yaml/impl/YAMLOpInfoDiscoverer.java
@@ -72,7 +72,6 @@ public <U> List<U> discover(Class<U> c) {
72
// Parse each YAML file
73
List<OpInfo> opInfos = new ArrayList<>();
74
Collections.list(opFiles).stream().distinct().forEach(opFile -> {
75
- System.out.println("--------> " + opFile);
76
try {
77
parse(opInfos, opFile);
78
}
0 commit comments