aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-pageMod.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-09-01 13:13:54 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-09-01 13:13:54 +0200
commit66eae433f98e8c9aed47200d96161d2404402cc1 (patch)
tree41aaaa5a9b9bc0b0c2f199b79e3365c12176914c /tests/test-pageMod.js
parent2b4ce1c26b5eee5d4864d088657119c58b97e856 (diff)
downloadbugzilla-triage-66eae433f98e8c9aed47200d96161d2404402cc1.tar.gz
Remove unused LogMessage call
Diffstat (limited to 'tests/test-pageMod.js')
-rw-r--r--tests/test-pageMod.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test-pageMod.js b/tests/test-pageMod.js
index 02b7faf..3f7e698 100644
--- a/tests/test-pageMod.js
+++ b/tests/test-pageMod.js
@@ -63,9 +63,6 @@ var ensureSimplePageLoad = function(test) {
onAttach : function onAttach(worker) {
worker.on('message', function(msg) {
switch (msg.cmd) {
- case "LogMessage":
- log(msg.data);
- break;
case "CallBack":
worker
.postMessage(new utilMod.Message("Main", null));