mirror of
https://github.com/therootcompany/paypal-checkout.js.git
synced 2025-05-13 09:36:37 +00:00
chore: console.log => console.info
This commit is contained in:
parent
0a9d277317
commit
c1ad8a490a
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user