Skip to content

Commit

Permalink
cleanup prior to 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
celstark committed May 10, 2024
1 parent 26fef06 commit ffdf22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function App() {
*/
useEffect(() => {
// For testing and debugging purposes
console.log(config);
//console.log(config);

// If on desktop
if (config.USE_ELECTRON) {
Expand Down
1 change: 1 addition & 0 deletions src/config/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import _ from "lodash";
// Access package name and version so we can store these as facts with task data.
const taskName = packageInfo.name;
const taskVersion = packageInfo.version;
console.log("Task version", taskVersion);

// As of jspsych 7, we instantiate jsPsych where needed instead of importing it globally.
// The instance here gives access to utils in jsPsych.turk, for awareness of the mturk environment, if any.
Expand Down

0 comments on commit ffdf22e

Please sign in to comment.