Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
coverslide committed Mar 23, 2015
1 parent 8502449 commit 2bcb65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Expand Up @@ -173,6 +173,7 @@ function acceptsEncoding (req, encoding) {
function handleOrigin (req, res, next) {
var origin = req.header('origin');


if (!origin) {
return next();
}
Expand Down

0 comments on commit 2bcb65e

Please sign in to comment.