Libra-1995 commited on
Commit
6d7483a
·
verified ·
1 Parent(s): 5a7babe

Update competitions/templates/index.html

Browse files
Files changed (1) hide show
  1. competitions/templates/index.html +0 -1
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>