diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-26 19:41:01 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-04-26 19:41:01 +0200 |
commit | 025d863491d6792f4d6e2293eee73163e9e90145 (patch) | |
tree | 68c69e0e13fcf51a428cf78385c289184dce02b2 /data/lib/logging-front.js | |
parent | f5bd0d092b9fc8d8bf770b4595dd788e8214c13d (diff) | |
download | bugzilla-triage-025d863491d6792f4d6e2293eee73163e9e90145.tar.gz |
Setup logging of submits only when asked for.
Fixes #86
Diffstat (limited to 'data/lib/logging-front.js')
-rw-r--r-- | data/lib/logging-front.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/lib/logging-front.js b/data/lib/logging-front.js index d186d7f..8d383e8 100644 --- a/data/lib/logging-front.js +++ b/data/lib/logging-front.js @@ -82,7 +82,3 @@ function setUpLogging () { } */ } - -if (window.location.hostname == "bugzilla.redhat.com") { - setUpLogging(); -} |