Skip to content

Commit adc6244

Browse files
authored
Merge pull request #612 from sjshim/spatial_fix
remove fixation spatial TS single
2 parents 84348ec + 22192e7 commit adc6244

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spatial_task_switching_single_task_network/experiment.js

Lines changed: 1 addition & 2 deletions
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)