Skip to content

Commit

Permalink
removed console.log from price endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanmik committed Nov 25, 2013
1 parent 9f0d326 commit cc36eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion endpoints/price/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var request = require('request'),
app.get('/price/kronan', function(req, res){

var data = req.query;
console.log(data)
if(!data.barcode) {
return res.json(400, {error: 'You must supply a barcode parameter!'})
}
Expand Down

0 comments on commit cc36eae

Please sign in to comment.