hdoc-tools 0.8.43 → 0.8.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hdoc-module.js +0 -1
- package/package.json +1 -1
package/hdoc-module.js
CHANGED
@@ -256,7 +256,6 @@
|
|
256
256
|
response.success = true;
|
257
257
|
let commits = github_response.data;
|
258
258
|
commits.forEach(function(commit){
|
259
|
-
console.log(commit)
|
260
259
|
if (commit.committer && commit.committer.type && commit.committer.type.toLowerCase() === 'user' && commit.committer.login.toLowerCase() !== 'web-flow') {
|
261
260
|
if (!contributors[commit.committer.id]) {
|
262
261
|
response.contributor_count++;
|