Fix typo & remove console.log

This commit is contained in:
Pierce 2022-08-29 15:23:05 -07:00
parent 74c3b69a41
commit 639474ba92
3 changed files with 2 additions and 3 deletions

View file

@ -587,7 +587,6 @@ class Handler {
const replaceArg = (obj, index) => {
if (Array.isArray(obj.value)) {
for (const arg of obj.value) {
console.log(arg)
args.push(arg)
}
} else {