remove unnecessary startTime record

This commit is contained in:
Josh de Leeuw 2014-07-27 11:05:16 -04:00
parent 81248f7d61
commit 3e96600423

View File

@ -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) {