Skip to content

Commit

Permalink
chore: forgotten log removed to reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviad Hahami committed May 10, 2020
1 parent 5f2a40b commit 2d0f9d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cli-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = function(root, apikey, notAuthorizedApiKey) {

[root + '/verify/callback', root + '/verify/token'].map(function(url) {
server.post(url, function(req, res) {
console.log({ 'req.params': req.params });
if (req.params.api) {
if (
req.params.api === apikey ||
Expand Down

0 comments on commit 2d0f9d9

Please sign in to comment.