From 1f2158699c43cab53152017f2dd73968bc390311 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Mon, 5 Oct 2015 15:48:58 +0200 Subject: Remove some stale comments --- js/codeq/robot.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/codeq/robot.js') 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], { -- cgit v1.2.1