Remove stray logging.

master
Zed A. Shaw 2 days ago
parent 1dba6e60e8
commit cbae3590f0
  1. 1
      views/admin/table/contents.html

@ -7,7 +7,6 @@
const rows = $id('table-items'); const rows = $id('table-items');
for(let item of items) { for(let item of items) {
console.log("ITEM", item);
$append(rows, $render(tmpl, {item})); $append(rows, $render(tmpl, {item}));
} }
}); });

Loading…
Cancel
Save