RunnersOverview: disable debug log

This commit is contained in:
Philipp Dormann 2023-04-12 18:37:38 +02:00
parent 88f96acc3c
commit 2c992a0e63
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -296,7 +296,7 @@
{/each} {/each}
</select> </select>
</div> </div>
<pre>{JSON.stringify($table.getState(), null, 2)}</pre> <!-- <pre>{JSON.stringify($table.getState(), null, 2)}</pre> -->
<div> <div>
{Object.keys(selected).length} of{" "} {Object.keys(selected).length} of{" "}
{$table.getPreFilteredRowModel().rows.length} Total Rows Selected {$table.getPreFilteredRowModel().rows.length} Total Rows Selected