Skip to content

Commit 22192e7

Browse files
committed
remove fixation spatial TS single
1 parent 8b6d8a0 commit 22192e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spatial_task_switching_single_task_network/experiment.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ var createTrialTypes = function(task_switches){
167167
numbers = [1,2,3,4,6,7,8,9]
168168

169169
predictable_dimension = predictable_dimensions[whichQuadStart - 1]
170-
console.log(predictable_cond_array[quadIndex - 1])
171170
number = numbers[Math.floor((Math.random() * 8))]
172171

173172

@@ -237,7 +236,7 @@ var getCue = function(){
237236
magnitude = stim.magnitude
238237
parity = stim.parity
239238

240-
return stop_boards[whichQuadrant - 1][0] + '<div class = fixation>+</div>' + stop_boards[whichQuadrant - 1][1]
239+
return stop_boards[whichQuadrant - 1][0] + stop_boards[whichQuadrant - 1][1]
241240
}
242241

243242
var getStim = function(){

0 commit comments

Comments
 (0)