Skip to content

Commit

Permalink
[misc] [minor] Remove errant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Dec 18, 2016
1 parent f0f4959 commit 7211a32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/datasource/findOne.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module['exports'] = function (r) {
// Find method
//
function findOne (query, callback) {
console.log('finding one')
r.find(query, function (err, items){
if (err) {
return callback(err);
Expand Down

0 comments on commit 7211a32

Please sign in to comment.