* removing the automatic init_logging based on page location

This commit is contained in:
primalmotion
2010-07-29 17:59:56 +02:00
parent 78223532ce
commit 93c860e8e5
-4
View File
@@ -45,10 +45,6 @@ Util.init_logging = function (level) {
throw("invalid logging type '" + level + "'");
}
}
// Initialize logging level
Util.init_logging( (document.location.href.match(
/logging=([A-Za-z0-9\._\-]*)/) ||
['', 'none'])[1] );
/*
* Simple DOM selector by ID