From dde14ccb2ba1e6f9a40afd8dd54b1367eae48455 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Tue, 11 Jul 2017 11:08:49 -0400 Subject: [PATCH] all tests passing?? --- tests/timeline-variables.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/timeline-variables.test.js b/tests/timeline-variables.test.js index 40257288..255924a2 100644 --- a/tests/timeline-variables.test.js +++ b/tests/timeline-variables.test.js @@ -96,8 +96,6 @@ describe('timeline variables are correctly evaluated', function(){ utils.pressKey(65); // 'a' expect(jsPsych.getDisplayElement().innerHTML).toMatch('button'); - - console.log(jsPsych.getDisplayElement().innerHTML); }); test('when used with a plugin that has a FUNCTION parameter type', function(){