Skip to content

Commit

Permalink
Remove console.log, Update src/experiment/procedures/honeycombProcedu…
Browse files Browse the repository at this point in the history
…re.js

Co-authored-by: Robert Gemma <[email protected]>
  • Loading branch information
YUUU23 and RobertGemmaJr authored Aug 22, 2024
1 parent c320737 commit e1f6361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/experiment/procedures/honeycombProcedure.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const buildHoneycombProcedure = () => {
on_load: function () {
// Conditionally flashes the photodiode when the trial first loads
if (ENV.USE_PHOTODIODE) pdSpotEncode(honeycombSettings.code);
console.log("honeycomb procedure code: " + honeycombSettings.code);
},
// Add a boolean value ("correct") to the data - if the user responded with the correct key or not
on_finish: function (data) {
Expand Down

0 comments on commit e1f6361

Please sign in to comment.