diff options
Diffstat (limited to 'lib/bzpage.js')
-rw-r--r-- | lib/bzpage.js | 5 |
1 files changed, 0 insertions, 5 deletions
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"; |