Skip to content

Commit

Permalink
removed stray debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Oct 20, 2019
1 parent a31734e commit 73ecd61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ghch.js
Expand Up @@ -52,7 +52,6 @@ const githubClubhouseImport = options => {
issue_comment['external_id'] = data.html_url;
return issue_comment;
});
log(issue_comments)
return issue_comments;
})
.catch(err => {
Expand Down

0 comments on commit 73ecd61

Please sign in to comment.