Skip to content

Commit ffdf22e

Browse files
committed
cleanup prior to 1.0.2 release
1 parent 26fef06 commit ffdf22e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/App/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

src/config/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.
3232
const taskName = packageInfo.name;
3333
const 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.

0 commit comments

Comments
 (0)