diff options
-rw-r--r-- | src/docbookgen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/docbookgen.cpp b/src/docbookgen.cpp index 3793946..785dee8 100644 --- a/src/docbookgen.cpp +++ b/src/docbookgen.cpp @@ -2751,7 +2751,6 @@ DB_GEN_C2("IndexSections " << is) } for (++pdi;(pd=pdi.current());++pdi) { - fprintf(stderr,"==> Done calling from HTML\n"); t << " <xi:include href=\"" << pd->getOutputFileBase() << ".xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"/>" << endl; } } |