Skip to content

Commit 517d019

Browse files
committed
more explicit log
1 parent 30f4c54 commit 517d019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leaderboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3 style="text-align: center;">NWoC 2020 Leaderboard</h3>
113113
var cells = rows[i].split(',');
114114
if (cells.length != 2) {
115115
$('#leader-div').html('<p>Data could not be parsed.</p>');
116-
console.log("Offending row: ", i);
116+
console.log("Offending row: ", rows[i]);
117117
console.log("Offending cell length segment: ", cells.length);
118118
console.log("data for offending segment: ", cells[1]);
119119

0 commit comments

Comments
 (0)