diff -r f13bb4f21890 -r 4415e50e4e84 includes/clientside/static/crypto.js --- 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;