Skip to content

Commit

Permalink
removed dev console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-karlovskiy committed Aug 15, 2019
1 parent 570d373 commit c363c1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ const deviceApi = (() => {
return devApi;
})();

// ray test touch <
app.get('/ping', (req, res) => {
res.send('pong');
});
// ray test touch >

app.get('/api/device', (req, res) => {
console.log('[server] user-agent => ', req.headers['user-agent']);
Expand Down

0 comments on commit c363c1e

Please sign in to comment.