From 83a622a3f067e61423b2988371cef6bcef10c25e Mon Sep 17 00:00:00 2001 From: Francisco Dans Date: Tue, 4 Aug 2015 16:15:28 +0200 Subject: [PATCH] removes console.log --- test/animator.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/animator.js b/test/animator.js index 38d7c6c..d77e858 100644 --- a/test/animator.js +++ b/test/animator.js @@ -13,7 +13,6 @@ QUnit.module('animator', { asyncTest('time moves', function(assert) { animator.start(); setTimeout(function(){ - console.log(animator.running); assert.notEqual(animator._time, 0); QUnit.start(); }, 100)