From d7d892d155551fc80eab066a68620a0f55f28bf7 Mon Sep 17 00:00:00 2001 From: Kevin Bohinski Date: Sat, 4 Feb 2017 00:48:42 -0500 Subject: [PATCH] stray console log --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index a9b4f9b..67281b8 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,6 @@ const end = '

' const start = '
  • ' for (let i = 1; i < gradesHtml.length; i++) { - console.log(i, gradesHtml[i]) total += (start + gradesHtml[i].split('')[1].split('')[0].trim() + '

    ' + gradesHtml[i].split('')[1].split('')[0].trim() + end) } bottom.outerHTML = wrapGrades(total)