Skip to content

Commit

Permalink
Tests: Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Feb 7, 2011
1 parent 8737784 commit 25363e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var R = function ( tmpl, data ) {
};

function test_handler( test_name, res, exp ) {
console.log(arguments)
var is_err = ($.isFunction(exp) && exp.prototype instanceof Error);
if ( is_err && res instanceof exp ) {
ok( res instanceof exp, test_name );
Expand Down

0 comments on commit 25363e8

Please sign in to comment.