diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-09-01 13:13:54 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-09-01 13:13:54 +0200 |
commit | 66eae433f98e8c9aed47200d96161d2404402cc1 (patch) | |
tree | 41aaaa5a9b9bc0b0c2f199b79e3365c12176914c /data/lib | |
parent | 2b4ce1c26b5eee5d4864d088657119c58b97e856 (diff) | |
download | bugzilla-triage-66eae433f98e8c9aed47200d96161d2404402cc1.tar.gz |
Remove unused LogMessage call
Diffstat (limited to 'data/lib')
-rw-r--r-- | data/lib/util.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/lib/util.js b/data/lib/util.js index b128d48..35150d5 100644 --- a/data/lib/util.js +++ b/data/lib/util.js @@ -392,10 +392,6 @@ function Message(cmd, data) { this.data = data; } -function log(msg) { - self.postMessage(new Message("LogMessage", msg)); -} - var NotLoggedinException = function NotLoggedinException (message) { this.message = message; this.name = "NotLoggedinException"; |