--- a/includes/clientside/static/l10n.js Tue Apr 01 01:26:22 2008 -0400
+++ b/includes/clientside/static/l10n.js Tue Apr 08 20:29:18 2008 -0400
@@ -13,14 +13,6 @@
this.get = function(string_id, subst)
{
- if ( window.console )
- {
- try {
- window.console.log('$lang(' + this.lang_id + '): requested string: ' + string_id);
- }
- catch(e)
- {}
- }
var catname = string_id.substr(0, string_id.indexOf('_'));
var string_name = string_id.substr(string_id.indexOf('_') + 1);
if ( typeof(this.strings[catname]) != 'object' )