Merge "Remove an obsolete code comment from the AsciiDoctor class"
diff --git a/lib/asciidoctor/java/AsciiDoctor.java b/lib/asciidoctor/java/AsciiDoctor.java
index 4dbc763..d765cc1 100644
--- a/lib/asciidoctor/java/AsciiDoctor.java
+++ b/lib/asciidoctor/java/AsciiDoctor.java
@@ -105,10 +105,6 @@
.eruby(ERUBY)
.safe(SafeMode.UNSAFE)
.baseDir(base)
- // XXX(fishywang): ideally we should just output to a string and add the
- // content into zip. But asciidoctor will actually ignore all attributes
- // if not output to a file. So we *have* to output to a file then read
- // the content of the file into zip.
.toFile(outputFile);
AttributesBuilder attributesBuilder = AttributesBuilder.attributes();