mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
remove logging
This commit is contained in:
parent
fd202fcd21
commit
a5ed62a550
@ -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('');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user