Skip to content

Commit

Permalink
Removed the console.log output
Browse files Browse the repository at this point in the history
  • Loading branch information
vkaravir committed Jun 24, 2014
1 parent 9784638 commit b98f626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsons.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
// formats a Skulpt variable to the corresponding Python value
VariableCheckGrader.prototype.formatVariableValue = function(varValue) {
var varType = typeof varValue;
console.log(varValue, varType);
if (varType === "undefined" || varValue === null) {
return "None";
} else if (varType === "string") { // show strings in quotes
Expand Down

0 comments on commit b98f626

Please sign in to comment.