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

diff --git a/Pman.js b/Pman.js
index 3f875e1..75cc90e 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -863,7 +863,7 @@ Pman = new Roo.Document(
                 cb(complete);
                 return;
             }
-            Roo.log("SEND : " + sbits[cur]);
+           // Roo.log("SEND : " + sbits[cur]);
             Pman.gtranslate( sbits[cur], src, dest, function(result) {
                 if (typeof(result) == 'object') {
                     cb(result);
@@ -890,7 +890,7 @@ Pman = new Roo.Document(
                 sbits[cur] += bits[i] + ' '
                 
             }
-            Roo.log(sbits);
+           // Roo.log(sbits);
             cur = 0; // reset cursor.
             
             transbits();