diff --git a/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx b/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx index c4fc06d2..5ae1fbb3 100644 --- a/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx +++ b/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx @@ -229,8 +229,6 @@ export default function MakeButton() { // potentially update the seed await startStream(id, options); } - console.log('USE EFFECT', hasQueue); - console.log('status', status); if (status === FetchingStates.PROGRESSING || status === FetchingStates.FETCHING) { return; @@ -246,15 +244,6 @@ export default function MakeButton() { }, [hasQueue, status, id, options, startStream]); - // useEffect(() => { - // // if the status is complete we can remove the image from the queue - // if (status === FetchingStates.COMPLETE) { - // // debugger; - // removeFirstInQueue(); - // } - // }, [removeFirstInQueue, status]); - - return (