Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
muselesscreator committed Jan 12, 2024
1 parent a73435a commit 21c84cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const useFinishedStateActions = () => {
// and there are no more assessments available for the current step
return { primary: exitAction };
}
console.log({ primary: startStepAction, secondary: exitAction });
// submission finished state
return { primary: startStepAction, secondary: exitAction };
};
Expand Down
1 change: 0 additions & 1 deletion src/data/services/lms/hooks/selectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,4 @@ const exported = StrictDict({
useActiveStepConfig,
useGlobalState,
});
console.log({ exportedSelectors: exported });
export default exported;

0 comments on commit 21c84cc

Please sign in to comment.