Update competitions/templates/index.html
Browse files
competitions/templates/index.html
CHANGED
@@ -64,7 +64,6 @@
|
|
64 |
// Iterate over each submission and add it to the table
|
65 |
data.response.submissions.forEach(submission => {
|
66 |
logFileLink = submission.log_file_url === "" ? "" : `<a href="${submission.log_file_url}" target="_blank">log_file.txt</a>`;
|
67 |
-
console.log(logFileLink)
|
68 |
tableHTML += `<tr>
|
69 |
<td>${submission.datetime}</td>
|
70 |
<td>${submission.submission_id}</td>
|
|
|
64 |
// Iterate over each submission and add it to the table
|
65 |
data.response.submissions.forEach(submission => {
|
66 |
logFileLink = submission.log_file_url === "" ? "" : `<a href="${submission.log_file_url}" target="_blank">log_file.txt</a>`;
|
|
|
67 |
tableHTML += `<tr>
|
68 |
<td>${submission.datetime}</td>
|
69 |
<td>${submission.submission_id}</td>
|