From 21374b14830837fe525046c1a77a4b61f31df6fa Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 16 Jun 2010 10:36:13 +0200 Subject: Port bugfixes from the -prototype branch. simpleStorage is apparently not that simple and it will need to be fixed. --- lib/bzpage.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/bzpage.js') diff --git a/lib/bzpage.js b/lib/bzpage.js index 8f11eb5..aebcac6 100644 --- a/lib/bzpage.js +++ b/lib/bzpage.js @@ -664,11 +664,6 @@ BZPage.prototype.setUpLogging = function() { console.log("this.store wiped out!"); }, false); - if (!this.store) { - console.log("No this.store defined!"); - this.store = {}; - } - if (this.log.store.length > 0) { clearLogAElem.style.color = this.log.FullLogsColor; clearLogAElem.style.fontWeight = "bolder"; -- cgit