Skip to content

Commit 9358205

Browse files
committed
Remove a noisy and mostly useless log line
1 parent 9144629 commit 9358205

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ public static void main(String[] args) throws IOException {
569569
for (String name : nodeNames) {
570570
log.info(" " + name + ": " + matcher.getNode(name).toString(CoreLabel.OutputFormat.VALUE_INDEX));
571571
}
572-
log.info(" ");
573572
found = matcher.find();
574573
}
575574
} else if (outputFormat == OutputFormat.OFFSET) {

0 commit comments

Comments
 (0)