Minor update to ember-renderspeed

This commit is contained in:
Robin Ward 2014-01-02 15:47:14 -05:00
parent edc154251d
commit ef2f202c06
1 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,7 @@ if ((typeof console !== 'undefined') && console.groupCollapsed && !window.QUnit)
}); });
console.groupEnd(); console.groupEnd();
} }
} };
// Set up our instrumentation of Ember below // Set up our instrumentation of Ember below
Ember.subscribe("render", { Ember.subscribe("render", {
@ -81,7 +81,6 @@ if ((typeof console !== 'undefined') && console.groupCollapsed && !window.QUnit)
throw payload.exception; throw payload.exception;
} }
var parent = profileNode.parent;
profileNode.time = (timestamp - profileNode.start); profileNode.time = (timestamp - profileNode.start);
this.depth = profileNode.parent; this.depth = profileNode.parent;