Pman.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 9 Nov 2010 07:15:14 +0000 (15:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 9 Nov 2010 07:15:14 +0000 (15:15 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index fcdcec8..5d35525 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -863,7 +863,7 @@ Pman = new Roo.Document(
           while ((match = myregexp.exec(output)) != null
                      && match.length > 1
                      && match[1] != '') {
-                 Roo.log(match);
+            //     Roo.log(match);
             binVal = parseInt(match[2]);
             thisString = String.fromCharCode(binVal);
             output = output.replace(match[1], thisString);