Skip to content

Commit e7ec1f2

Browse files
removed debug output
1 parent 4533348 commit e7ec1f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/aika/corpus/Document.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@ public void process() {
249249

250250
bestInterpretation = results;
251251

252-
dumpDebugCandidateStatistics();
252+
if (Document.OPTIMIZE_DEBUG_OUTPUT) {
253+
dumpDebugCandidateStatistics();
254+
}
253255
}
254256

255257

0 commit comments

Comments
 (0)