chore: console.log => console.info

This commit is contained in:
AJ ONeal 2021-10-12 01:24:18 -06:00
parent 0a9d277317
commit c1ad8a490a

View File

@ -11,7 +11,7 @@
$c.closest('div').nextElementSibling.querySelectorAll('li').forEach(function ($el) { $c.closest('div').nextElementSibling.querySelectorAll('li').forEach(function ($el) {
categories.push($el.querySelector('code').innerText); categories.push($el.querySelector('code').innerText);
}); });
console.log(JSON.stringify(categories)); console.info(JSON.stringify(categories));
*/ */
let categories = [ let categories = [
"AC_REFRIGERATION_REPAIR", "AC_REFRIGERATION_REPAIR",