JSDOC/BuildDocs.js
[gnome.introspection-doc-generator] / JSDOC / BuildDocs.js
index ac4e930..33d7293 100644 (file)
@@ -132,7 +132,7 @@ BuildDocs = {
                 if (c_mt > o_mt) { // cached time  > original time!
                     // use the cached mtimes..
                     var syms =  JSON.parse(File.read(cacheFile), function(k, v) {
-                        print(k);
+                        //print(k);
                         if (typeof(v) != 'object') {
                             return v;
                         }