Skip to content

Commit b9d0557

Browse files
committed
Removed no longer needed debug logging.
1 parent 832499b commit b9d0557

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

quickfixj-codegenerator/src/main/java/org/quickfixj/codegenerator/MessageCodeGenerator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ private void generateCodeFile(Task task, Document document, Map<String, String>
306306
return;
307307
}
308308
}
309-
logDebug("spec has mod " + task.getSpecificationLastModified() +
310-
" output has mod " + outputFile.lastModified());
311309

312310
DOMSource source = new DOMSource(document);
313311
FileOutputStream fos = new FileOutputStream(outputFile);

0 commit comments

Comments
 (0)