Skip to content

Commit 625ee8e

Browse files
committed
removed console.log statement
1 parent 6dbf67a commit 625ee8e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

homework/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
'</div>',
8282
);
8383

84-
console.log(repoInfo[repo].html_url);
8584
// Call another function(addContributors) to fill i contributor information.
8685
fetchJSON(repoInfo[repo].contributors_url, (err, data) => {
8786
const root = document.getElementById('root');

0 commit comments

Comments
 (0)