Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfeury committed Dec 12, 2011
1 parent a0a2d48 commit a803f79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/views/unit.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ function decodeQuestion($question) {
if (question)
questions.push(question);
});
console.log(questions);
return JSON.stringify(questions);
};

Expand Down

0 comments on commit a803f79

Please sign in to comment.