JSDOC/BuildDocs.js
authorAlan Knowles <alan@akkbhome.com>
Wed, 21 Jul 2010 15:41:56 +0000 (23:41 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 21 Jul 2010 15:41:56 +0000 (23:41 +0800)
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;
                         }