aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-16 10:36:13 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-16 10:36:13 +0200
commit21374b14830837fe525046c1a77a4b61f31df6fa (patch)
tree2901376c5b97e82413a1b97e6c187236c047843b /lib/bzpage.js
parent9c56aebdc7182fab939c900a6cf9580f38855f32 (diff)
downloadbugzilla-triage-21374b14830837fe525046c1a77a4b61f31df6fa.tar.gz
Port bugfixes from the -prototype branch. simpleStorage is apparently
not that simple and it will need to be fixed.
Diffstat (limited to 'lib/bzpage.js')
-rw-r--r--lib/bzpage.js5
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";