Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 37732e2

Browse files
committed
Merge branch 'master' of https://github.com/ram8647/RunestoneComponents into ram8647-master
2 parents dd6653d + 32f6d63 commit 37732e2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

runestone/khanex/js/khanex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ __date__ = 5/4/2021
1818

1919
import RunestoneBase from "../../common/js/runestonebase.js";
2020

21-
var DEBUG = true;
21+
var DEBUG = false;
2222

2323
export var khanexList = {};
2424

runestone/khanex/khanex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__author__ = "rmorelli"
2323

2424
# Debug flags
25-
DEBUG = True
25+
DEBUG = False
2626
VERBOSE = False
2727

2828
import os, shutil

runestone/quizly/js/quizly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ __date__ = 4/9/2021 */
1818
import RunestoneBase from "../../common/js/runestonebase.js";
1919
//import "../css/poll.css";
2020

21-
var DEBUG = true;
21+
var DEBUG = false;
2222

2323
export var quizlyList = {};
2424

runestone/quizly/quizly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__author__ = "rmorelli"
2323

2424
# Debug flags
25-
DEBUG = True
25+
DEBUG = False
2626
VERBOSE = False
2727

2828
import os, shutil

0 commit comments

Comments
 (0)