Remove log

This commit is contained in:
Cory LaViska
2020-09-30 12:38:56 -04:00
parent 438e597ded
commit b68ac29ab9

View File

@@ -70,7 +70,6 @@
}
function createMethodsTable(methods) {
console.log(methods);
const table = document.createElement('table');
table.innerHTML = `
<thead>