summaryrefslogtreecommitdiff
path: root/js/codeq/python.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/python.js')
-rw-r--r--js/codeq/python.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/codeq/python.js b/js/codeq/python.js
index 4402fa6..10032e8 100644
--- a/js/codeq/python.js
+++ b/js/codeq/python.js
@@ -246,7 +246,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
jqBtnTest.prop('disabled', true);
jqBtnHint.ladda('start');
codeq.comms.sendHint({
- 'language': 'python',
'program': editor.getDoc().getValue(),
'problem_id': problemDef.id
})
@@ -272,7 +271,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
jqBtnHint.prop('disabled', true);
jqBtnTest.ladda('start');
codeq.comms.sendTest({
- 'language': 'python',
'program': editor.getDoc().getValue(),
'problem_id': problemDef.id
})