From 6f449a1a56267cb50a05fce779ffbf4ce00c69c4 Mon Sep 17 00:00:00 2001 From: James Halliday Date: Fri, 22 Jul 2011 05:27:59 -0700 Subject: [PATCH] results are already getting propagated, no need to rebroadcast --- harness.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/harness.js b/harness.js index 3bf6c2d..0a5875e 100644 --- a/harness.js +++ b/harness.js @@ -27,10 +27,6 @@ function Harness (Test) { this._planSum = 0 this.results = new Results() - var me = this - this.results.on("result", function (res) { - me.emit("result", res, me) - }) var p = this.process.bind(this) this.process = function () {