remove console.logs

This commit is contained in:
Peter Maquiran
2022-06-29 15:51:28 +01:00
parent 2fad8c305a
commit 7fd256905d
22 changed files with 33 additions and 41 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ var FontInspector = (function FontInspectorClosure() {
logIt.textContent = 'Log';
logIt.addEventListener('click', function(event) {
event.preventDefault();
console.log(fontObj);
// console.log(fontObj);
});
var select = document.createElement('input');
select.setAttribute('type', 'checkbox');