Remove console

This commit is contained in:
David Corbitt
2023-09-05 20:48:36 -07:00
parent 82b94657b1
commit c5c8dbf65e

View File

@@ -20,7 +20,6 @@ export const parseableToFunctionCall = (str: string) => {
} catch {
return false;
}
console.log("remove me");
// Check if the parsedJSON is an object and not null
if (typeof parsedJSON !== "object" || parsedJSON === null) {