diff --git a/app/src/utils/utils.ts b/app/src/utils/utils.ts index 6688013..6f343be 100644 --- a/app/src/utils/utils.ts +++ b/app/src/utils/utils.ts @@ -20,6 +20,7 @@ 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) {