Skip to content

Commit

Permalink
Update init.js and turn off tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanli-emory authored May 14, 2024
1 parent dc5ee9a commit 6b4dc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/viewer/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ function initCore() {
initUIcomponents();
// action tracker start
tracker = new Tracker($CAMIC, $D.params.data._id.$oid, getUserId());
tracker.start();
// tracker.start();
});
}

Expand Down

0 comments on commit 6b4dc11

Please sign in to comment.