Pman.js
[Pman.Core] / 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();