From 93c860e8e5359b230ce53d86cae90bb473f7b0ad Mon Sep 17 00:00:00 2001 From: primalmotion Date: Thu, 29 Jul 2010 17:59:56 +0200 Subject: [PATCH] * removing the automatic init_logging based on page location --- include/util.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/util.js b/include/util.js index ad10d1e..54ada0f 100644 --- a/include/util.js +++ b/include/util.js @@ -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