Remove spurious log

This commit is contained in:
Michael Shilman 2023-03-09 08:34:29 +08:00
parent bef03d9b21
commit 19c468af00

View File

@ -75,8 +75,6 @@ const parseParameters = (params: t.Expression): t.Expression | undefined => {
}
unsupported('options', true);
}
} else {
console.log({ paramsObject });
}
return undefined;
};