From 25363e8cad25c8303ca6eaceff8884eaae9a0955 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Tue, 8 Feb 2011 00:33:38 +0100 Subject: [PATCH] Tests: Remove console log --- tests/core.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/core.js b/tests/core.js index 3ea0aef..4d7b3af 100644 --- a/tests/core.js +++ b/tests/core.js @@ -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 );