JSDOC/BuildDocs.js
[gnome.introspection-doc-generator] / JSDOC / BuildDocs.js
index 78b1265..256cc0c 100644 (file)
@@ -132,7 +132,7 @@ BuildDocs = {
                 Options.LOG.warn("Can't read source file '"+srcFile+"': "+e.message);
                 continue;
             }
-            Options.LOG.warn("read : " + srcFile);
+
             var txs = new TextStream(src);
             
             var tr = new TokenReader({ keepComments : true, keepWhite : true });