Remove console
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user