From a5ed62a550a168b48e3bc6a60137467a64db284e Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Thu, 19 Feb 2015 11:45:36 -0500 Subject: [PATCH] remove logging --- plugins/jspsych-reconstruction.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/jspsych-reconstruction.js b/plugins/jspsych-reconstruction.js index 0cddb793..0c9143f4 100644 --- a/plugins/jspsych-reconstruction.js +++ b/plugins/jspsych-reconstruction.js @@ -46,7 +46,7 @@ // set-up key listeners var after_response = function(info){ - console.log('fire'); + //console.log('fire'); var key_i = (typeof trial.key_increase == 'string') ? jsPsych.pluginAPI.convertKeyCharacterToKeyCode(trial.key_increase) : trial.key_increase; var key_d = (typeof trial.key_decrease == 'string') ? jsPsych.pluginAPI.convertKeyCharacterToKeyCode(trial.key_decrease) : trial.key_decrease; @@ -71,7 +71,7 @@ function draw(param){ - console.log(param); + //console.log(param); display_element.html('');