Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed Feb 28, 2019
1 parent 071dffe commit 601811e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/server/controllers/api-v4/members.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ api.getUsernameAutocompletes = {
}
}
}

console.log(query);

let members = await User
.find(query)
.select(['profile.name', 'contributor', 'auth.local.username'])
Expand Down

0 comments on commit 601811e

Please sign in to comment.