From a612f4f98b2c3012957312fed2fac320c5a24141 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 5 Nov 2018 01:04:26 -0700 Subject: [PATCH] chimney --- lib/community.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/community.js b/lib/community.js index b129c32..3116afc 100644 --- a/lib/community.js +++ b/lib/community.js @@ -28,7 +28,6 @@ function addCommunityMember(pkg, action, email, domains, communityMember) { .replace(/\//g, '_').replace(/\+/g, '-').replace(/=/g, ''); }).join(',') }; - console.log(JSON.stringify(data, 2, null)); req.write(JSON.stringify(data, 2, null)); req.end(); }, 50);