Skip to content

Commit

Permalink
not debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Nov 16, 2023
1 parent 21e6893 commit e621f66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function isExercise(o) {
/**
* Composable function presenting primary interface for Quiz Creation
*/
export default (DEBUG = true) => {
export default (DEBUG = false) => {
// -----------
// Local state
// -----------
Expand Down

0 comments on commit e621f66

Please sign in to comment.