File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function App() {
4545 */
4646 useEffect ( ( ) => {
4747 // For testing and debugging purposes
48- console . log ( config ) ;
48+ // console.log(config);
4949
5050 // If on desktop
5151 if ( config . USE_ELECTRON ) {
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import _ from "lodash";
3131// Access package name and version so we can store these as facts with task data.
3232const taskName = packageInfo . name ;
3333const taskVersion = packageInfo . version ;
34+ console . log ( "Task version" , taskVersion ) ;
3435
3536// As of jspsych 7, we instantiate jsPsych where needed instead of importing it globally.
3637// The instance here gives access to utils in jsPsych.turk, for awareness of the mturk environment, if any.
You can’t perform that action at this time.
0 commit comments