Skip to content

Commit 018a5c0

Browse files
committed
delete console.log
1 parent dbbbc87 commit 018a5c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/meetup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ Meetup.prototype.commands.forEach(
356356
module.exports = function(params) {
357357

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

362361
};

0 commit comments

Comments
 (0)