Skip to content

Commit

Permalink
stray console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kbohinski committed Feb 4, 2017
1 parent 7656e21 commit d7d892d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ <h4 style="visibility: hidden;" id="loading">Thanks, loading Canvas...</h4>
const end = '</strong></p></div><div class="clear"></div></a><div class="clear"></div></li>'
const start = '<li style="margin-top: .75em;" class="event"><div class="event-details"><p>'
for (let i = 1; i < gradesHtml.length; i++) {
console.log(i, gradesHtml[i])
total += (start + gradesHtml[i].split('<td class="course">')[1].split('</td>')[0].trim() + '</p><p><strong>' + gradesHtml[i].split('<td class="percent">')[1].split('</td>')[0].trim() + end)
}
bottom.outerHTML = wrapGrades(total)
Expand Down

0 comments on commit d7d892d

Please sign in to comment.