Skip to content

Commit

Permalink
removed needless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
iangeckeler committed Jul 8, 2019
1 parent 3faf89b commit d86ac23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/databases/postgres/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module.exports = function(userID) {
});
})
.catch(err => {
console.log(err);
reject(err);
//"userID Error: This userID has not been created yet."
});
Expand Down

0 comments on commit d86ac23

Please sign in to comment.