Remove console.log

This commit is contained in:
Ian Arawjo 2024-03-11 10:37:46 -04:00
parent ce282459ca
commit 712dda170a

View File

@ -168,8 +168,6 @@ const PromptNode = ({ data, id, type: node_type }) => {
[node_type],
);
console.log("re-render");
// Get state from the Zustand store:
const edges = useStore((state) => state.edges);
const pullInputData = useStore((state) => state.pullInputData);