Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutianski committed Sep 19, 2015
1 parent dbbbc87 commit 018a5c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/meetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ Meetup.prototype.commands.forEach(
module.exports = function(params) {

// return new Meetup object on require
// console.log(util.inspect(Meetup, { showHidden: true, depth: null }))
return new Meetup(params);

};

0 comments on commit 018a5c0

Please sign in to comment.