Remove debug logs

This commit is contained in:
Chris Wilson 2020-07-18 23:02:41 -04:00
parent 5fdc3f757b
commit 3e86347389
1 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@
<input id="searchbox" class="form-control" type="text" placeholder="Search" />
<div>
{% for team, players in inventory.items() %}
<script type="application/ecmascript">console.log("Table 1: {{ team }} {{ players }}")</script>
<table class="table table-striped table-bordered table-hover table-sm">
<thead class="thead-dark">
<tr>
@ -119,7 +118,6 @@
{% for team, players in checks_done.items() %}
<table class="table table-striped table-bordered table-hover table-sm">
<script type="application/ecmascript">console.log("Table 2: {{ team }} {{ players }}")</script>
<thead class="thead-dark">
<tr>
<th rowspan="2">#</th>