summaryrefslogtreecommitdiff
path: root/js/codeq/robot.js
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-10-05 15:48:58 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-10-05 15:48:58 +0200
commit1f2158699c43cab53152017f2dd73968bc390311 (patch)
tree6015cf0dea82d3db3ba56386b20fabfb7b42f622 /js/codeq/robot.js
parent4a5e0f9651c44337c20b95908bfcebcb9639e176 (diff)
Remove some stale comments
Diffstat (limited to 'js/codeq/robot.js')
-rw-r--r--js/codeq/robot.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/codeq/robot.js b/js/codeq/robot.js
index 442cfb1..0a62a2a 100644
--- a/js/codeq/robot.js
+++ b/js/codeq/robot.js
@@ -135,8 +135,7 @@
});
var createRobotHandler = function (problemDef, commonDef, currentSolution) {
- var //problem = info.problem,
- jqDescriptionContent = jqDescription.find('.description'),
+ var jqDescriptionContent = jqDescription.find('.description'),
jqEditor = jqCode.find('.code_editor'),
jqHints = jqInfo.find('.hints'),
editor = codeq.makeEditor(jqEditor[0], {