Skip to content

Commit

Permalink
Remove old ember_assert call
Browse files Browse the repository at this point in the history
Ember is still undefined, so I'm deleting it instead of using Ember.assert.
  • Loading branch information
joliss committed Jul 5, 2012
1 parent 3097ea8 commit a71efcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/iframe_runner.js
Expand Up @@ -10,7 +10,6 @@ BenchWarmer.evalString = function(string, emberPath, logger, profile) {
var benchWarmer = new BenchWarmer(emberPath, logger, profile);

var bench = function(name, fn) {
ember_assert("Please pass in a name and function", arguments.length === 2);
benchWarmer.bench(name, fn);
};

Expand Down

0 comments on commit a71efcd

Please sign in to comment.