JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index da0e25e..345da99 100644 (file)
@@ -236,7 +236,7 @@ Scope.prototype = {
                 //println([     repsym,mungedValue ]);
                 
                 if (this.mungeM && repsym.length < mungedValue.length) {
-                    //println("REPLACE:"+ mungedValue +" with " + repsym + "<BR>");
+                    println("REPLACE:"+ mungedValue +" with " + repsym + "<BR>");
                     mungedValue = repsym;
                     repsym = '';
                 }