Skip to content

Commit

Permalink
removed console message
Browse files Browse the repository at this point in the history
  • Loading branch information
TobalJackson committed Dec 9, 2015
1 parent 70a0ad8 commit 49c8efa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ exports.read = function (req, res) {
* Append data to a score board
*/
exports.append = function (team, user, challenge, res) {
console.log(challenge);
var scoreBoard = ScoreBoard.findById(team.scoreBoard).exec(function (err, scoreBoard){
if (err) {
return err;
Expand Down

0 comments on commit 49c8efa

Please sign in to comment.