mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
remove unnecessary startTime record
This commit is contained in:
parent
81248f7d61
commit
3e96600423
@ -82,9 +82,6 @@
|
||||
display_element.append(trial.prompt);
|
||||
}
|
||||
|
||||
// start measuring RT
|
||||
var startTime = (new Date()).getTime();
|
||||
|
||||
// create response function
|
||||
var after_response = function(info) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user