Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniella Baxter committed Jan 21, 2017
1 parent a06f70c commit 6565c5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/reviews.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ customReviewsRoutes.get('/users/:userId', function (request, response, next) {
}
})
.then((reviewArray) => {
console.log(reviewArray);
response.json(reviewArray);
})
.catch(next);
Expand Down

0 comments on commit 6565c5b

Please sign in to comment.