includes/clientside/static/crypto.js
changeset 843 4415e50e4e84
parent 830 79fb483807f6
child 1227 bdac73ed481e
--- a/includes/clientside/static/crypto.js	Thu Feb 26 01:06:58 2009 -0500
+++ b/includes/clientside/static/crypto.js	Thu Feb 26 01:07:32 2009 -0500
@@ -1981,7 +1981,6 @@
       var hexch = text.substr(i, 3);
       if ( hexch.match(/^%[a-f0-9][a-f0-9]$/i) )
       {
-        console.debug('hexch: ', hexch);
         result[result.length] = (unescape(hexch)).charCodeAt(0);
         a = true;
         i += 2;